mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
set default client timeout to zero inside redis.h as well
This commit is contained in:
parent
64c7499eb8
commit
3570629f90
@ -39,7 +39,7 @@
|
||||
|
||||
/* Static server configuration */
|
||||
#define REDIS_SERVERPORT 6379 /* TCP port */
|
||||
#define REDIS_MAXIDLETIME (60*5) /* default client timeout */
|
||||
#define REDIS_MAXIDLETIME 0 /* default client timeout: infinite */
|
||||
#define REDIS_IOBUF_LEN (1024*16)
|
||||
#define REDIS_LOADBUF_LEN 1024
|
||||
#define REDIS_DEFAULT_DBNUM 16
|
||||
|
Loading…
Reference in New Issue
Block a user