отображение ошибок

This commit is contained in:
lost+skunk 2024-09-04 20:22:58 +03:00
parent 5a8a0987a2
commit c39399403e
11 changed files with 74 additions and 35 deletions

View file

@ -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