Commit 8ec9b03c authored by antirez's avatar antirez
Browse files

More robust maxclients test.

parent a5f83412
......@@ -4,7 +4,9 @@ start_server {tags {"limits"} overrides {maxclients 10}} {
catch {
while {$c < 50} {
incr c
redis_deferring_client
set rd [redis_deferring_client]
$rd ping
$rd read
after 100
}
} e
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment