aboutsummaryrefslogtreecommitdiff
path: root/ci/config/SessionProvider.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/SessionProvider.json
parent8ae86c70aa832ce2fd1f3abab5b017e3ac2fa83e (diff)
big package updates & update some chunk splitting
Diffstat (limited to 'ci/config/SessionProvider.json')
-rw-r--r--ci/config/SessionProvider.json23
1 files changed, 1 insertions, 22 deletions
diff --git a/ci/config/SessionProvider.json b/ci/config/SessionProvider.json
index 1875e73..a578b0d 100644
--- a/ci/config/SessionProvider.json
+++ b/ci/config/SessionProvider.json
@@ -17,26 +17,5 @@
"valid_for_sec": 3600,
//The maxium number of connections waiting for the cache server responses
"max_waiting_connections": 100
- },
-
- //Enable vncache as the providers above rely on the object caching server
- "vncache": {
-
- //Max size (in bytes) of allowed data to be stored in each user's session object
- "max_object_size": 8128,
-
- //Initial nodes to discover from
- "initial_nodes": [],
-
- //Setting this value to true will cause the cache store to load a memory-only instance, without remote backing
- "memory_only": true,
-
- //enable memory cache
- "memory_cache": {
- "buckets": 20,
- "bucket_size": 5000,
- "max_age_sec": 600,
- "refresh_interval_sec": 60
- }
- }
+ }
} \ No newline at end of file