diff --git a/docs/sources/shared/configuration.md b/docs/sources/shared/configuration.md index 594bd03110..be43bc1d14 100644 --- a/docs/sources/shared/configuration.md +++ b/docs/sources/shared/configuration.md @@ -356,10 +356,10 @@ query_engine: # CLI flag: -query-engine.tasks-result-cache.compression [compression: | default = ""] - # Experimental: Maximum size for a task result to be cacheable. 0 means no - # limit. + # Experimental: Maximum size for a task result to be cacheable. 0 means only + # empty responses are cached. # CLI flag: -query-engine.tasks-result-cache.max-cacheable-size - [max_cacheable_size_bytes: | default = 0B] + [max_cacheable_size: | default = 0B] # Experimental: Number of worker threads to spawn. Each worker thread runs one # task at a time. 0 means to use GOMAXPROCS value.