aboutsummaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-07-05 17:09:39 +0200
committerGitHub <noreply@github.com>2022-07-05 17:09:39 +0200
commit75492160196a8bf295796231f4cf0aa3f291cea1 (patch)
tree822268be1cbd89b3949d4f883c30ee7b74524614 /document
parent76019c70d1c41a16ee2fb6af56bc35f4cd52b667 (diff)
Revert "Revert "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