Skip to content

Commit c93d515

Browse files
committed
fix: increase restore timeout
1 parent 7994f40 commit c93d515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/workers/crunchy_bridge_restore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ ExecStop=${PG_BIN}/pg_ctl stop -D ${DATA_DIR} -m fast
255255
ExecReload=${PG_BIN}/pg_ctl reload -D ${DATA_DIR}
256256
KillMode=mixed
257257
KillSignal=SIGINT
258-
TimeoutStartSec=14400
258+
TimeoutStartSec=86400
259259
TimeoutStopSec=300
260260
Restart=on-failure
261261
RestartSec=5s

0 commit comments

Comments
 (0)