summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2018-11-23 15:26:37 +0000
committergjoranv <gv@oath.com>2019-01-21 15:09:29 +0100
commitc070ef423435483051537ccaa59981b61fbf0df1 (patch)
tree6225a50cce4c090999518a2bf483ca80111b2d41
parent07993c57daa824c9cf6d5c0c7285cb0bf0d13d3b (diff)
Remove unused search.io setting.
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def4
1 files changed, 0 insertions, 4 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index 8e5236c7254..1852266b321 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -156,10 +156,6 @@ index.cache.size long default=0 restart
## Control io options during flushing of attributes.
attribute.write.io enum {NORMAL, OSYNC, DIRECTIO} default=DIRECTIO restart
-## Control options for io during search.
-## Dictionary is always MMAP.
-search.io enum {NORMAL, DIRECTIO, MMAP } default=MMAP restart
-
## Multiple optional options for use with mmap
search.mmap.options[] enum {MLOCK, POPULATE, HUGETLB} restart