Update cupboard.json

This commit is contained in:
Dmitry 2023-12-28 21:13:25 +07:00
parent 0009a28c0a
commit b6c0edd7f3

View file

@ -10,5 +10,9 @@
"logOffthreadEntityAdd": {
"desc:": "Entities should only be added on the server thread itself, cupboard fixes the crashes caused by mods violating that, this option enables the logging of those: default:true",
"logOffthreadEntityAdd": true
},
"forceHeapDumpOnOOM": {
"desc:": "Enables creating a heap dump automatically once the game crashes with an out of memory issue, use with care heapdumps take a lot of space. default:false",
"forceHeapDumpOnOOM": false
}
}