disable dol compression by default

This commit is contained in:
Martin Michelsen
2023-06-05 09:40:31 -07:00
parent 368d6ad93b
commit e1f584984f
+1 -1
View File
@@ -312,7 +312,7 @@
// If this setting is enabled, newserv will compress DOL files at startup // If this setting is enabled, newserv will compress DOL files at startup
// time. This makes startup time slower but makes clients' loading time much // time. This makes startup time slower but makes clients' loading time much
// faster. // faster.
"CompressDOLFiles": true, "CompressDOLFiles": false,
// By default, the server keeps track of items in all games, even for versions // By default, the server keeps track of items in all games, even for versions
// other than Blue Burst. This enables use of the $what command, as well as // other than Blue Burst. This enables use of the $what command, as well as