]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
maxclients configuration is now implemented dealing with the actual process rlimits...
[redis.git] / src / redis.h
index 1a9891ecaccd046dfc825bdaa97662ab40022dc8..54b9fc11308a91cc4f544eac8c14f58b5163ce80 100644 (file)
@@ -55,6 +55,7 @@
 #define REDIS_AUTO_AOFREWRITE_MIN_SIZE (1024*1024)
 #define REDIS_SLOWLOG_LOG_SLOWER_THAN 10000
 #define REDIS_SLOWLOG_MAX_LEN 64
+#define REDIS_MAX_CLIENTS 10000
 
 /* Hash table parameters */
 #define REDIS_HT_MINFILL        10      /* Minimal hash table fill 10% */