summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-12-25 18:28:52 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-12-25 18:28:52 +0000
commit59c06d5afc21e19def4796e86a063fdcbc224b39 (patch)
treec4ec72b480bf5c7f868ea2fccc50a782ae8a9be2 /searchcore
parent0a308af93767b868d3925cf176ac9a6b33ba58f3 (diff)
Stick to 60s. Only change one thing at the time.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/matcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/matcher.cpp b/searchcore/src/vespa/searchcore/proton/matching/matcher.cpp
index 7fddad326f6..6c97dc8c9ef 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/matcher.cpp
+++ b/searchcore/src/vespa/searchcore/proton/matching/matcher.cpp
@@ -41,7 +41,7 @@ namespace proton::matching {
namespace {
-constexpr long SECONDS_BEFORE_ALLOWING_SOFT_TIMEOUT_FACTOR_ADJUSTMENT = 300;
+constexpr long SECONDS_BEFORE_ALLOWING_SOFT_TIMEOUT_FACTOR_ADJUSTMENT = 60;
// used to give out empty whitelist blueprints
struct StupidMetaStore : search::IDocumentMetaStore {