@@ -86,7 +86,7 @@ daemonize yes
86
86
sentinel monitor mymaster 127.0.0.1 6379 1
87
87
sentinel auth-pass mymaster foobared
88
88
sentinel down-after-milliseconds mymaster 2000
89
- sentinel failover-timeout mymaster 60000
89
+ sentinel failover-timeout mymaster 120000
90
90
sentinel parallel-syncs mymaster 1
91
91
pidfile /tmp/sentinel1.pid
92
92
logfile /tmp/sentinel1.log
@@ -99,7 +99,7 @@ sentinel monitor mymaster 127.0.0.1 6381 1
99
99
sentinel auth-pass mymaster foobared
100
100
sentinel down-after-milliseconds mymaster 2000
101
101
sentinel parallel-syncs mymaster 1
102
- sentinel failover-timeout mymaster 60000
102
+ sentinel failover-timeout mymaster 120000
103
103
pidfile /tmp/sentinel2.pid
104
104
logfile /tmp/sentinel2.log
105
105
endef
@@ -110,7 +110,7 @@ daemonize yes
110
110
sentinel monitor mymasterfailover 127.0.0.1 6385 1
111
111
sentinel auth-pass mymasterfailover foobared
112
112
sentinel down-after-milliseconds mymasterfailover 2000
113
- sentinel failover-timeout mymasterfailover 60000
113
+ sentinel failover-timeout mymasterfailover 120000
114
114
sentinel parallel-syncs mymasterfailover 1
115
115
pidfile /tmp/sentinel4.pid
116
116
logfile /tmp/sentinel4.log
0 commit comments