mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-08 16:52:16 +00:00
- change the pr_gc_interval default to 600, which at 20fps
(serverside) is 30 seconds
This commit is contained in:
parent
3fdad3ce45
commit
12cb517f84
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue