summaryrefslogtreecommitdiff
path: root/app/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/config.go')
-rwxr-xr-xapp/config.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/config.go b/app/config.go
index ad07aa3..74c01f7 100755
--- a/app/config.go
+++ b/app/config.go
@@ -127,6 +127,9 @@ func ExecuteConfig() {
// XOR (1026), not exponentiation — so the cap was ~1000x too small.
CFG.Cache.MaxSize *= 1024 * 1024
go InitCacheSystem()
+ if CFG.Cache.MemCache {
+ go InitMemCacheJanitor()
+ }
}
About = instanceAbout{