diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-01-22 09:12:30 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-01-22 09:15:08 +0000 |
commit | fc3ca22c342c1dff2de76d092135731b77f14b5c (patch) | |
tree | e78d66213f0d5a3ab74d61a78db8a8f0b804e3ee /main/postgresql-bdr/postgresql-bdr.initd | |
parent | 4db7f43ccbee6cb768d873c7a3bdcdc88dbf5b32 (diff) | |
download | aports-fc3ca22c342c1dff2de76d092135731b77f14b5c.tar.bz2 aports-fc3ca22c342c1dff2de76d092135731b77f14b5c.tar.xz |
main/postgresql-bdr: increase wait time after pgctl exits
Diffstat (limited to 'main/postgresql-bdr/postgresql-bdr.initd')
-rw-r--r-- | main/postgresql-bdr/postgresql-bdr.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/postgresql-bdr/postgresql-bdr.initd b/main/postgresql-bdr/postgresql-bdr.initd index b89fe9c78d..e195b97c8a 100644 --- a/main/postgresql-bdr/postgresql-bdr.initd +++ b/main/postgresql-bdr/postgresql-bdr.initd @@ -60,7 +60,7 @@ start() { --env "PGPORT=${configured_port}" \ ${extraenv} \ --pidfile ${PGDATA}/postmaster.pid \ - --wait 100 \ + --wait 500 \ --exec /usr/bin/pg_ctl \ -- \ start -s -w -t ${START_TIMEOUT:-10} \ |