Home
last modified time | relevance | path

Searched refs:CLUSTER_WRITABLE_DELAY (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c3757 #define CLUSTER_WRITABLE_DELAY 2000 macro
3776 mstime() - first_call_time < CLUSTER_WRITABLE_DELAY) return; in clusterUpdateState()