summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-02-01 08:49:38 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-02-01 08:49:38 +0000
commit3c3e29252fbbd3e2c26d75fb7eab41ecac9510fe (patch)
treeba45e860ec9382d393f0b9b592b957dd27b258fa /searchcore
parenta344dd17d18cf12805b977986f0bf36d0191bfe8 (diff)
Use correct name for parameter.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/flushengine/flushengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/flushengine/flushengine.h b/searchcore/src/vespa/searchcore/proton/flushengine/flushengine.h
index b3376ece351..8aea546bd14 100644
--- a/searchcore/src/vespa/searchcore/proton/flushengine/flushengine.h
+++ b/searchcore/src/vespa/searchcore/proton/flushengine/flushengine.h
@@ -79,7 +79,7 @@ private:
uint32_t initFlush(const IFlushHandler::SP &handler, const IFlushTarget::SP &target);
void flushDone(const FlushContext &ctx, uint32_t taskId);
bool canFlushMore(const std::unique_lock<std::mutex> &guard) const;
- bool wait(vespalib::duration minimumWaitTimeIfReady, bool considerPendingPrune);
+ bool wait(vespalib::duration minimumWaitTimeIfReady, bool ignorePendingPrune);
bool isFlushing(const std::lock_guard<std::mutex> &guard, const vespalib::string & name) const;
friend class FlushTask;