no more reading entire savefiles onto the memory upon the booting

This commit is contained in:
minjaesong
2021-10-01 10:07:23 +09:00
parent aaa8a80324
commit b720c12c4e
9 changed files with 92 additions and 38 deletions

View File

@@ -17,7 +17,8 @@ object DefaultConfig {
"atlastexsize" to 2048,
"language" to App.getSysLang(),
"notificationshowuptime" to 4000,
"notificationshowuptime" to 4096, // 4s
"autosaveinterval" to 262144, // 4m22s
"multithread" to true,
"showhealthmessageonstartup" to true,