ensure a stale Postgres does not become leader

This commit is contained in:
Christopher Winslett
2015-05-12 18:11:12 -07:00
parent a1bc07db33
commit 557bad37cd
5 changed files with 33 additions and 7 deletions
+1
View File
@@ -7,6 +7,7 @@ postgresql:
name: postgresql1
listen: 127.0.0.1:5433
data_dir: data/postgresql1
maximum_lag_on_failover: 1048576 # 1 megabyte in bytes
replication:
username: replicator
password: rep-pass