GC tuning

This commit is contained in:
Rob Nelson
2014-03-02 15:51:21 -08:00
committed by ZomgPonies
parent 157d6c987c
commit e963a4993a
+2 -2
View File
@@ -1,6 +1,6 @@
#define GC_COLLECTIONS_PER_TICK 100
#define GC_COLLECTION_TIMEOUT 300 // 30s
#define GC_COLLECTIONS_PER_TICK 250 // Was 100
#define GC_COLLECTION_TIMEOUT 100 // 10s
var/global/datum/controller/garbage_collector/garbage
var/global/list/uncollectable_vars=list(
"alpha",