From 87b3f9107dcee39705c5b37e10f9061444ce8571 Mon Sep 17 00:00:00 2001 From: Azareal Date: Thu, 22 Nov 2018 15:36:11 +1000 Subject: [PATCH] Up the default cache capacity. --- cmd/install/install.go | 4 ++-- config/config_example.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/install/install.go b/cmd/install/install.go index dc5b419d..a3a5a066 100644 --- a/cmd/install/install.go +++ b/cmd/install/install.go @@ -118,8 +118,8 @@ func main() { "MaxRequestSizeStr":"5MB", "UserCache":"static", "TopicCache":"static", - "UserCacheCapacity":150, - "TopicCacheCapacity":250, + "UserCacheCapacity":180, + "TopicCacheCapacity":400, "DefaultPath":"/topics/", "DefaultGroup":3, "ActivationGroup":5, diff --git a/config/config_example.json b/config/config_example.json index 73c567fc..a0b00087 100644 --- a/config/config_example.json +++ b/config/config_example.json @@ -20,8 +20,8 @@ "MaxRequestSizeStr":"5MB", "UserCache":"static", "TopicCache":"static", - "UserCacheCapacity":150, - "TopicCacheCapacity":250, + "UserCacheCapacity":180, + "TopicCacheCapacity":400, "DefaultPath":"/topics/", "DefaultGroup":3, "ActivationGroup":5,