aboutsummaryrefslogtreecommitdiff
path: root/ci/config/config.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-11-08 13:58:15 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-11-08 13:58:15 -0500
commitfe13cc073a5bcd409b96a5539d6fd308605f9ac2 (patch)
tree10308288693d75c9eac7ff2edb45d9f16264fbaf /ci/config/config.json
parent8ae86c70aa832ce2fd1f3abab5b017e3ac2fa83e (diff)
big package updates & update some chunk splitting
Diffstat (limited to 'ci/config/config.json')
-rw-r--r--ci/config/config.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/ci/config/config.json b/ci/config/config.json
index 0693a8f..e70899f 100644
--- a/ci/config/config.json
+++ b/ci/config/config.json
@@ -148,6 +148,23 @@
//"ms_security": false
},
+ //caching should be setup globally after VNCache #78a47dd
+ "cache":{
+ //Load the vncache dll
+ "assembly_name": "VNLib.Data.Caching.Providers.VNCache.dll",
+ //Defaulting to memory only for now
+ "memory_only": true,
+ //enable memory cache
+ "memory_cache": {
+ "buckets": 20,
+ "bucket_size": 5000,
+ "max_age_sec": 600,
+ "refresh_interval_sec": 60,
+ "zero_all": false,
+ "max_object_size": 8128
+ }
+ },
+
//Global secrets object, used by the host and pluings for a specialized secrets
"secrets": {
//"db_password": ""