]> git.saurik.com Git - redis.git/commit
When the user-provided 'maxclients' value is too big for the max number of files...
authorantirez <antirez@gmail.com>
Tue, 3 Apr 2012 09:53:45 +0000 (11:53 +0200)
committerantirez <antirez@gmail.com>
Tue, 3 Apr 2012 12:55:18 +0000 (14:55 +0200)
commitfbce475270e948c34c6e8e8fb15ac6cb74c41de6
tree0a5bd6e51bcef0f654016a583f6afa66c2d979c6
parent31e2156c4b9a58b88a90c64eecc4bc96cd5de2e4
When the user-provided 'maxclients' value is too big for the max number of files we can open, at least try to search the max the OS is allowing (in steps of 256 filedes).
src/redis.c