Increase PostgreSQL's shutdown timeout to 3 minutes
1 minute is too short, given that the autovacuum launcher often seems to require exactly 1 minute to shut down. (This might be a bug related to autovacuum_naptime.)
This commit is contained in:
parent
8af81ad66b
commit
6089b5b50c
@ -190,7 +190,7 @@ in
|
|||||||
|
|
||||||
# Give Postgres a decent amount of time to clean up after
|
# Give Postgres a decent amount of time to clean up after
|
||||||
# receiving systemd's SIGINT.
|
# receiving systemd's SIGINT.
|
||||||
TimeoutSec = 60;
|
TimeoutSec = 120;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Wait for PostgreSQL to be ready to accept connections.
|
# Wait for PostgreSQL to be ready to accept connections.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user