aboutsummaryrefslogtreecommitdiff
path: root/plugins/ObjectCacheServer/server/container/config-templates/ObjectCacheServer-template.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-03-18 21:57:57 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-03-18 21:57:57 -0400
commitc74440ff12daa03cc4b7792d0c3baad46a11a465 (patch)
treef0aab077a06287541ee775511f54089ae6a0f459 /plugins/ObjectCacheServer/server/container/config-templates/ObjectCacheServer-template.json
parent9983582db08d3e6c456295ea96e482cbb4f31f42 (diff)
feat: message checksum support & dynamic serializers
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