aboutsummaryrefslogtreecommitdiff
path: root/plugins/ObjectCacheServer/server/container/config-templates/ObjectCacheServer-template.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ObjectCacheServer/server/container/config-templates/ObjectCacheServer-template.json')
-rw-r--r--plugins/ObjectCacheServer/server/container/config-templates/ObjectCacheServer-template.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ObjectCacheServer/server/container/config-templates/ObjectCacheServer-template.json b/plugins/ObjectCacheServer/server/container/config-templates/ObjectCacheServer-template.json
index 765c3d7..564039a 100644
--- a/plugins/ObjectCacheServer/server/container/config-templates/ObjectCacheServer-template.json
+++ b/plugins/ObjectCacheServer/server/container/config-templates/ObjectCacheServer-template.json
@@ -45,7 +45,8 @@
"buffer_recv_min": 8192, //min of 8k transfer buffer
"buffer_header_max": 2048, //2k max header buffer size
"buffer_header_min": 128, //128 byte min request header buffer size
- "max_message_size": ${CACHE_MAX_MESSAGE} //Absolute maxium message size allowed, also the maxium size of cache entires
+ "max_message_size": ${CACHE_MAX_MESSAGE}, //Absolute maxium message size allowed, also the maxium size of cache entires
+ "enable_checksums": ${ENABLE_CHECKSUMS} //Enable checksums for cache entries
},
//Known peers array, must point to well-known endpoint for discovery