- change the pr_gc_interval default to 600, which at 20fps

(serverside) is 30 seconds
This commit is contained in:
Adam Olsen 2001-12-05 20:03:52 +00:00
parent 3fdad3ce45
commit 12cb517f84

View file

@ -2066,7 +2066,7 @@ SV_InitLocal (void)
pr_gc = Cvar_Get ("pr_gc", "2", CVAR_NONE, NULL, "Enable/disable the "
"garbage collector. 0 is off, 1 is on, 2 is auto (on "
"for newer qfcc progs, off otherwise)");
pr_gc_interval = Cvar_Get ("pr_gc_interval", "50", CVAR_NONE, NULL,
pr_gc_interval = Cvar_Get ("pr_gc_interval", "600", CVAR_NONE, NULL,
"Number of frames to wait before running "
"string garbage collector.");
pr_double_remove = Cvar_Get ("pr_double_remove", "0", CVAR_NONE, NULL,