mirror of
https://github.com/fluencelabs/redis
synced 2025-05-22 15:11:20 +00:00
I/O buffer length enlarged
This commit is contained in:
parent
3fac86ff1d
commit
beb4bacce6
@ -38,7 +38,7 @@
|
||||
/* Static server configuration */
|
||||
#define REDIS_SERVERPORT 6379 /* TCP port */
|
||||
#define REDIS_MAXIDLETIME 0 /* default client timeout: infinite */
|
||||
#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…
x
Reference in New Issue
Block a user