summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2018-05-03 09:19:07 +0000
committerTor Egge <Tor.Egge@oath.com>2018-05-03 09:19:07 +0000
commitcd09314984dae03796c4c4af7d779dc0c185f6dc (patch)
tree891881d7efb66cee14f02e0bd05d01849ca4413f /searchcore
parentbbb5bcd8fa10bde6d3275e68c54b0a83c2ab94ad (diff)
Increase timeout waiting for engines to be up when switching to new
data set collection.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/fdispatch/search/nodemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/fdispatch/search/nodemanager.cpp b/searchcore/src/vespa/searchcore/fdispatch/search/nodemanager.cpp
index 302f92cef39..879009c384f 100644
--- a/searchcore/src/vespa/searchcore/fdispatch/search/nodemanager.cpp
+++ b/searchcore/src/vespa/searchcore/fdispatch/search/nodemanager.cpp
@@ -16,7 +16,7 @@ FastS_NodeManager::configure(std::unique_ptr<PartitionsConfig> cfg)
{
LOG(config, "configuring datasetcollection from '%s'",
_configUri.getConfigId().c_str());
- SetPartMap(*cfg, 2000);
+ SetPartMap(*cfg, 20000);
_componentConfig.addConfig(
vespalib::ComponentConfigProducer::Config("fdispatch.nodemanager",
_fetcher->getGeneration(),