aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorArne H Juul <arnej27959@users.noreply.github.com>2020-11-24 21:36:47 +0100
committerGitHub <noreply@github.com>2020-11-24 21:36:47 +0100
commit286ff1b50c40b50ab59ea2487e66c1cfae258384 (patch)
tree0298b2e394ee04962eb9bcdf84c4f998bbba5fc3 /searchcore
parente79fff6e1d254c1776714f14839123c171e18a79 (diff)
parent4600962a166ac6481dd67c1022811bb32319684a (diff)
Merge pull request #15442 from vespa-engine/arnej/flip-engine-default
Flip default to FastValueBuilderFactory
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index 5ace4b66803..08bb68b1b40 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -499,4 +499,4 @@ bucketdb.checksumtype enum {LEGACY, XXHASH64} default = LEGACY restart
## TENSOR_ENGINE (default) uses DefaultTensorEngine, which has been the production implementation for years.
## FAST_VALUE uses the new and optimized FastValueBuilderFactory instead.
## TODO: Remove when default has been switched to FAST_VALUE.
-tensor_implementation enum {TENSOR_ENGINE, FAST_VALUE} default = TENSOR_ENGINE
+tensor_implementation enum {TENSOR_ENGINE, FAST_VALUE} default = FAST_VALUE