mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
I/O buffer length enlarged
This commit is contained in:
parent
d0b2a9b223
commit
dd5fbedf7b
@ -40,7 +40,7 @@
|
||||
/* Static server configuration */
|
||||
#define REDIS_SERVERPORT 6379 /* TCP port */
|
||||
#define REDIS_MAXIDLETIME (60*5) /* default client timeout */
|
||||
#define REDIS_IOBUF_LEN 1024
|
||||
#define REDIS_IOBUF_LEN (1024*16)
|
||||
#define REDIS_LOADBUF_LEN 1024
|
||||
#define REDIS_DEFAULT_DBNUM 16
|
||||
#define REDIS_CONFIGLINE_MAX 1024
|
||||
|
Loading…
Reference in New Issue
Block a user