mirror of https://github.com/cy384/ssheven.git
undo increase of buffer size (bad for responsiveness)
This commit is contained in:
parent
9a7b95ef6f
commit
cad648bb4a
|
@ -20,7 +20,8 @@
|
|||
#define SSHEVEN_REQUIRED_PARTITION SSHEVEN_MINIMUM_PARTITION
|
||||
|
||||
/* size in bytes for recv and send thread buffers */
|
||||
#define SSHEVEN_BUFFER_SIZE 16*1024
|
||||
/* making this too large is bad for responsiveness on 68k machines */
|
||||
#define SSHEVEN_BUFFER_SIZE 4*1024
|
||||
|
||||
/* default terminal string */
|
||||
#define SSHEVEN_DEFAULT_TERM_STRING "xterm-16color"
|
||||
|
|
Loading…
Reference in New Issue