summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2021-03-02 08:12:22 +0100
committerHarald Musum <musum@verizonmedia.com>2021-03-02 08:12:22 +0100
commit8658cd2286372e1769c07f5d3b4f731212021a41 (patch)
tree394a47c5d03a09d3a74959c2a9f35f083ec9a255 /configdefinitions
parent2e743e722ba395dc22755ab22bf2ae2bac2d9522 (diff)
Increase time to keep unused file references
In case of network issues, failed deployments etc. there might be a need to serve unused file references for some time (think an upgrade that takes a long time and a node that comes back to life on an old version). Also change to use minutes as resolution to make it easier to write tests.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/configserver.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/configdefinitions/src/vespa/configserver.def b/configdefinitions/src/vespa/configserver.def
index 7405f5f2d05..beab9ed102e 100644
--- a/configdefinitions/src/vespa/configserver.def
+++ b/configdefinitions/src/vespa/configserver.def
@@ -1,4 +1,4 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=cloud.config
# Ports
@@ -51,7 +51,7 @@ ztsUrl string default=""
# Maintainers
maintainerIntervalMinutes int default=30
-keepUnusedFileReferencesHours int default=2
+keepUnusedFileReferencesMinutes int default=240
# Bootstrapping
# How long bootstrapping can take before giving up (in seconds)