Up the default cache capacity.
This commit is contained in:
parent
e67009d4e3
commit
87b3f9107d
|
@ -118,8 +118,8 @@ func main() {
|
||||||
"MaxRequestSizeStr":"5MB",
|
"MaxRequestSizeStr":"5MB",
|
||||||
"UserCache":"static",
|
"UserCache":"static",
|
||||||
"TopicCache":"static",
|
"TopicCache":"static",
|
||||||
"UserCacheCapacity":150,
|
"UserCacheCapacity":180,
|
||||||
"TopicCacheCapacity":250,
|
"TopicCacheCapacity":400,
|
||||||
"DefaultPath":"/topics/",
|
"DefaultPath":"/topics/",
|
||||||
"DefaultGroup":3,
|
"DefaultGroup":3,
|
||||||
"ActivationGroup":5,
|
"ActivationGroup":5,
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
"MaxRequestSizeStr":"5MB",
|
"MaxRequestSizeStr":"5MB",
|
||||||
"UserCache":"static",
|
"UserCache":"static",
|
||||||
"TopicCache":"static",
|
"TopicCache":"static",
|
||||||
"UserCacheCapacity":150,
|
"UserCacheCapacity":180,
|
||||||
"TopicCacheCapacity":250,
|
"TopicCacheCapacity":400,
|
||||||
"DefaultPath":"/topics/",
|
"DefaultPath":"/topics/",
|
||||||
"DefaultGroup":3,
|
"DefaultGroup":3,
|
||||||
"ActivationGroup":5,
|
"ActivationGroup":5,
|
||||||
|
|
Loading…
Reference in New Issue