summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-07-05 13:38:22 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-07-05 13:38:22 +0200
commitb97e6cbbfac61678d52486d52708c605412e7dd7 (patch)
tree8feb2a74e9c67c6a855583076e6f7e85b8642cb4 /document
parent74b250fbc3966321b5603b79c9fbf66235139fa5 (diff)
GC long gone config
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/config/documentmanager.def3
-rw-r--r--document/src/vespa/document/config/documenttypes.def3
2 files changed, 0 insertions, 6 deletions
diff --git a/document/src/vespa/document/config/documentmanager.def b/document/src/vespa/document/config/documentmanager.def
index b1929e42d34..0d0f3876f15 100644
--- a/document/src/vespa/document/config/documentmanager.def
+++ b/document/src/vespa/document/config/documentmanager.def
@@ -5,9 +5,6 @@ namespace=document.config
## Whether attempts to set an undefined field should be ignored rather than causing an error
ignoreundefinedfields bool default=false
-## Whether to enable compression in this process.
-enablecompression bool default=false
-
## Prefer "Vespa 8" format for the "position" type
usev8geopositions bool default=false
diff --git a/document/src/vespa/document/config/documenttypes.def b/document/src/vespa/document/config/documenttypes.def
index 3138e71e025..0c135db7b0d 100644
--- a/document/src/vespa/document/config/documenttypes.def
+++ b/document/src/vespa/document/config/documenttypes.def
@@ -5,9 +5,6 @@ namespace=document.config
## Whether attempts to set an undefined field should be ignored rather than causing an error
ignoreundefinedfields bool default=false
-## Whether to enable compression in this process.
-enablecompression bool default=false
-
## Prefer "Vespa 8" format for the "position" type
usev8geopositions bool default=false