]> git.saurik.com Git - redis.git/commit
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:54:35 +0000 (18:54 +0100)
commit05705bc8bb8685827609813fe48a928260c6a21b
treebab630c5f9d96d8afd52e1d357251e136003c18e
parentc8852ebf191387779275a70b5540f30976b9ef1f
MIGRATE: fix default timeout to 1000 milliseconds.

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.
src/cluster.c