change the default of sys_dead_sleep to 0

This commit is contained in:
Bill Currie 2003-01-31 04:51:35 +00:00
parent bf3da64c43
commit 3e693cbce5

View file

@ -364,7 +364,7 @@ Sys_Init_Cvars (void)
"microseconds you want. Mostly " "microseconds you want. Mostly "
"useful to generate simulated bad " "useful to generate simulated bad "
"connections."); "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 " "When set, the server gets NO cpu if no "
"clients are connected and there's no other " "clients are connected and there's no other "
"activity. *MIGHT* cause problems with some " "activity. *MIGHT* cause problems with some "