summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-07-17 14:45:44 +0200
committerHenning Baldersheim <balder@oath.com>2018-07-17 14:45:44 +0200
commit391927c653aff07f8e5a285aef797bb5e8377fd4 (patch)
tree140b07ce92260c4bbc6a5be9828b472b064ced4d
parent6c8778ab3fb28c5244e4c6e37b91700928e70b15 (diff)
Update comment
-rw-r--r--searchcore/src/vespa/searchcore/proton/flushengine/flushengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/flushengine/flushengine.cpp b/searchcore/src/vespa/searchcore/proton/flushengine/flushengine.cpp
index 1b0ec0db073..0d2c556b4d6 100644
--- a/searchcore/src/vespa/searchcore/proton/flushengine/flushengine.cpp
+++ b/searchcore/src/vespa/searchcore/proton/flushengine/flushengine.cpp
@@ -304,7 +304,7 @@ FlushEngine::flushNextTarget(const vespalib::string & name)
}
if ( name == ctx->getName()) {
LOG(info, "The same target %s out of %ld has been asked to flush again. "
- "This might indicate flush logic flaw so I will wait 1s before doing it.",
+ "This might indicate flush logic flaw so I will wait 100 ms before doing it.",
name.c_str(), lst.first.size());
std::this_thread::sleep_for(100ms);
}