]> 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:58:23 +0000 (18:58 +0100)
commitd85a09dfc6a55089483fb67ccc454f0bc0b1b0f6
treeff9bf22cd86862de98b8cff18cb2c6b17b7967eb
parent26a48504cb08bc8d7682748414d82a48de1f0078
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/migrate.c