diff --git a/config/config.txt b/config/config.txt index e3e17849b3e1..5bad9d483c5b 100644 --- a/config/config.txt +++ b/config/config.txt @@ -448,7 +448,7 @@ DRIFT_PROFILE_DELAY 150 CENTCOM_BAN_DB https://centcom.melonmesa.com/ban/search ## Uncomment to disable hard deleting garbage collection failures. (Hard deleting GC failures causes lag in order to bring memory usage down and keep bugged objects from hanging around and causing bugs in other things.) You can safely enable this for performance on production if the lag spikes are too disruptive) -#DISABLE_GC_FAILURE_HARD_DELETES +DISABLE_GC_FAILURE_HARD_DELETES ## Uncomment to disable hard deletes entirely, even things that explicitly request. This is not recommended unless you have a need for it during events or other high pop times where performance is key. #DISABLE_ALL_HARD_DELETES