]> git.saurik.com Git - redis.git/commitdiff
MIGRATE: fix default timeout to 1000 milliseconds.
authorantirez <antirez@gmail.com>
Mon, 12 Nov 2012 14:04:54 +0000 (15:04 +0100)
committerantirez <antirez@gmail.com>
Mon, 12 Nov 2012 17:58:23 +0000 (18:58 +0100)
When a timeout <= 0 is provided we set a default timeout of 1 second.
It was set to 1 millisecond for an error resulting from a recent change.


No differences found