From 12cb517f84fdf2df545b170c10844d17013dd9bb Mon Sep 17 00:00:00 2001 From: Adam Olsen Date: Wed, 5 Dec 2001 20:03:52 +0000 Subject: [PATCH] - change the pr_gc_interval default to 600, which at 20fps (serverside) is 30 seconds --- qw/source/sv_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/source/sv_main.c b/qw/source/sv_main.c index 044c95538..822d6f7f3 100644 --- a/qw/source/sv_main.c +++ b/qw/source/sv_main.c @@ -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,