diff options
Diffstat (limited to 'src/SMAPI/SMAPI.config.json')
-rw-r--r-- | src/SMAPI/SMAPI.config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/SMAPI/SMAPI.config.json b/src/SMAPI/SMAPI.config.json index 7a710f14..a9e6f389 100644 --- a/src/SMAPI/SMAPI.config.json +++ b/src/SMAPI/SMAPI.config.json @@ -40,6 +40,12 @@ copy all the settings, or you may cause bugs due to overridden changes in future "RewriteMods": true, /** + * Whether to enable more aggressive memory optimizations. + * You can try disabling this if you get ObjectDisposedException errors. + */ + "AggressiveMemoryOptimizations": true, + + /** * Whether to add a section to the 'mod issues' list for mods which directly use potentially * sensitive .NET APIs like file or shell access. Note that many mods do this legitimately as * part of their normal functionality, so these warnings are meaningless without further |