Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h27 #define CLUSTER_SLAVE_MIGRATION_DELAY 5000 /* Delay for slave migration. */ macro
H A Dcluster.c3220 (mstime()-target->orphaned_time) > CLUSTER_SLAVE_MIGRATION_DELAY && in clusterHandleSlaveMigration()