🎨 The default number of dynamically loaded blocks is adjusted from 128 to 192

This commit is contained in:
Daniel 2023-10-04 10:51:54 +08:00
parent 62ccbcea67
commit 6c190cee9e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -312,7 +312,7 @@ func InitConf() {
Conf.Editor.HistoryRetentionDays = 7
}
if 48 > Conf.Editor.DynamicLoadBlocks {
Conf.Editor.DynamicLoadBlocks = 192
Conf.Editor.DynamicLoadBlocks = 48
}
if 1024 < Conf.Editor.DynamicLoadBlocks {
Conf.Editor.DynamicLoadBlocks = 1024