summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2020-09-09 11:40:36 +0000
committerArne Juul <arnej@verizonmedia.com>2020-09-09 11:40:36 +0000
commitea33b99bc73a50aabbd42a79cc83159bf61a4e79 (patch)
tree0ddf1cc3cd1286b43ec90f01718a3582197998ac
parent95197a41a32a6d28c016c0e7c12b53705283a669 (diff)
allocate 10 minutes for proton.prepareRestart
-rw-r--r--searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp b/searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp
index c669f90ae2c..8c7e6f13c18 100644
--- a/searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp
+++ b/searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp
@@ -323,7 +323,7 @@ public:
}
} else if (strcmp(_argv[2], "prepareRestart") == 0) {
_req->SetMethodName("proton.prepareRestart");
- invokeRPC(false, 86400.0);
+ invokeRPC(false, 600.0);
invoked = true;
if (! _req->IsError()) {
printf("OK: prepareRestart enabled\n");