From: erickson Date: Fri, 18 Mar 2005 06:33:00 +0000 (+0000) Subject: raised command line buffer to accomodate large chunks X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=20fa0c034bb22f3d8134d5486b56a666614f5a90;p=opensrf%2Fbjwebb.git raised command line buffer to accomodate large chunks git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@247 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/srfsh/srfsh.h b/src/srfsh/srfsh.h index 13b26a0..13bde43 100644 --- a/src/srfsh/srfsh.h +++ b/src/srfsh/srfsh.h @@ -15,7 +15,7 @@ #define SRFSH_PORT 5222 -#define COMMAND_BUFSIZE 256 +#define COMMAND_BUFSIZE 4096 /* shell prompt */