mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +00:00
change the default of sys_dead_sleep to 0
This commit is contained in:
parent
bf3da64c43
commit
3e693cbce5
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ Sys_Init_Cvars (void)
|
|||
"microseconds you want. Mostly "
|
||||
"useful to generate simulated bad "
|
||||
"connections.");
|
||||
sys_dead_sleep = Cvar_Get ("sys_dead_sleep", "1", CVAR_NONE, NULL,
|
||||
sys_dead_sleep = Cvar_Get ("sys_dead_sleep", "0", CVAR_NONE, NULL,
|
||||
"When set, the server gets NO cpu if no "
|
||||
"clients are connected and there's no other "
|
||||
"activity. *MIGHT* cause problems with some "
|
||||
|
|
Loading…
Reference in a new issue