summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-14 09:59:03 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-14 09:59:03 +0000
commit6d02701443ba1fa802f2b3b63a981a63976f2c7c (patch)
tree3a3e3cc614d7c15fb7276202bf4da2340192f55b /searchcore
parent661f9809c40892d3828a990b2a678f7131d6591f (diff)
Optimize default for speed.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def6
1 files changed, 2 insertions, 4 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index 150be1241cb..b99aa6e35b2 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -356,12 +356,10 @@ maxvisibilitydelay double default=1.0
## You can set this to a number above zero for visit to shortcut expensive serialize size computation.
## This value will be provided instead.
## negative number will compute it accurately.
-## Default will be flipped shortly. (Once image personal index has gone live.)
-visit.defaultserializedsize long default=-1
+visit.defaultserializedsize long default=1
## This will ignore the maxbytes limit advised from above.
-## default will be flipped shortly. (Once image personal index has gone live.)
-visit.ignoremaxbytes bool default=false
+visit.ignoremaxbytes bool default=true
## Number of initializer threads used for loading structures from disk at proton startup.
## The threads are shared between document databases when value is larger than 0.