diff options
| author | lost+skunk <[email protected]> | 2024-09-04 20:22:58 +0300 |
|---|---|---|
| committer | lost+skunk <[email protected]> | 2024-09-04 20:22:58 +0300 |
| commit | c39399403e031a8c1ad53969770e4261d2c9e7aa (patch) | |
| tree | ecac0ca1c9f095803abec42962d5aa31107676f1 /app/config.go | |
| parent | 5a8a0987a2db22de6b9dd184bf40a3e2d16c5bbf (diff) | |
| download | skunky-art-c39399403e031a8c1ad53969770e4261d2c9e7aa.tar.gz skunky-art-c39399403e031a8c1ad53969770e4261d2c9e7aa.tar.bz2 skunky-art-c39399403e031a8c1ad53969770e4261d2c9e7aa.zip | |
отображение ошибок
Diffstat (limited to 'app/config.go')
| -rw-r--r-- | app/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config.go b/app/config.go index eff9ee8..745d2f4 100644 --- a/app/config.go +++ b/app/config.go @@ -89,7 +89,7 @@ func ExecuteConfig() { lifetimeParsed = duration * int64(num) } - CFG.Cache.MaxSize /= 1024 ^ 2 + CFG.Cache.MaxSize *= 1024 ^ 2 go InitCacheSystem() } devianter.UserAgent = CFG.UserAgent |
