UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 88f3de0b authored by Wesley Griffing's avatar Wesley Griffing
Browse files

#102 Disable chunks and results caches

parent 94474e1b
No related branches found
No related tags found
No related merge requests found
Pipeline #3136288 failed
......@@ -2965,7 +2965,7 @@ memcachedExporter:
extraArgs: {}
resultsCache:
# -- Specifies whether memcached based results-cache should be enabled
enabled: true
enabled: false
# -- Specify how long cached results should be stored in the results-cache before being expired
defaultValidity: 12h
# -- Memcached operation timeout
......@@ -3049,7 +3049,7 @@ resultsCache:
labels: {}
chunksCache:
# -- Specifies whether memcached based chunks-cache should be enabled
enabled: true
enabled: false
# -- Batchsize for sending and receiving chunks from chunks cache
batchSize: 4
# -- Parallel threads for sending and receiving chunks from chunks cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment