Safeguards GetAllContents and makes it throw a warning

This commit is contained in:
Jordan Brown
2017-10-21 19:55:50 -04:00
committed by CitadelStationBot
parent 3e1c307e4e
commit ff1a3e9f0a
2 changed files with 22 additions and 1 deletions
+3 -1
View File
@@ -468,4 +468,6 @@ GLOBAL_LIST_INIT(ghost_others_options, list(GHOST_OTHERS_SIMPLE, GHOST_OTHERS_DE
#define DUMMY_HUMAN_SLOT_MANIFEST "dummy_manifest_generation"
#define PR_ANNOUNCEMENTS_PER_ROUND 5 //The number of unique PR announcements allowed per round
//This makes sure that a single person can only spam 3 reopens and 3 closes before being ignored
//This makes sure that a single person can only spam 3 reopens and 3 closes before being ignored
#define MAX_PROC_DEPTH 195 // 200 proc calls deep and shit breaks, this is a bit lower to give some safety room