]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
Merge branch 'unstable' into incrbyfloat
[redis.git] / src / redis.h
index 0024792cc11850e722fa3820ef4b48aa5d47bfa9..3d1e81aa9845b5e8d8365d0d64c7a1b27106ecf7 100644 (file)
@@ -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