Implement possibility to configure retry_timeout globally

Previously it was hardcoded all over the place.
This commit is contained in:
Alexander Kukushkin
2016-05-31 10:30:53 +02:00
parent 515e9e34f4
commit b3ada161cf
14 changed files with 43 additions and 21 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ bootstrap:
dcs:
ttl: 30
loop_wait: 10
retry_timeout: 5
retry_timeout: 10
maximum_lag_on_failover: 1048576
postgresql:
use_pg_rewind: true