We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c39f9 commit b85e41eCopy full SHA for b85e41e
repack/repack.go
@@ -23,6 +23,8 @@ var (
23
pgRepackArgs = []string{
24
"--no-superuser-check",
25
"--no-password",
26
+ "-T", "600",
27
+ "--no-kill-backend",
28
"-d", utils.Cfg.DbName,
29
"-h", utils.Cfg.DbHost,
30
"-p", fmt.Sprintf("%d", utils.Cfg.DbPort),
0 commit comments