diff options
Diffstat (limited to 'src/SMAPI/SMAPI.config.json')
-rw-r--r-- | src/SMAPI/SMAPI.config.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/SMAPI/SMAPI.config.json b/src/SMAPI/SMAPI.config.json index 544aeaec..bdd6374a 100644 --- a/src/SMAPI/SMAPI.config.json +++ b/src/SMAPI/SMAPI.config.json @@ -40,13 +40,6 @@ copy all the settings, or you may cause bugs due to overridden changes in future "RewriteMods": true, /** - * Whether to enable more aggressive memory optimizations. - * If you get frequent 'OutOfMemoryException' errors, you can try enabling this to reduce their - * frequency. This may cause crashes for farmhands in multiplayer. - */ - "AggressiveMemoryOptimizations": false, - - /** * Whether to make SMAPI file APIs case-insensitive, even on Linux. * This is experimental, and the initial implementation may impact load times. */ |