From 3e693cbce5794d8680cdd58f47483fe697eb7b8d Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 31 Jan 2003 04:51:35 +0000 Subject: [PATCH] change the default of sys_dead_sleep to 0 --- libs/util/sys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/util/sys.c b/libs/util/sys.c index 4502bae87..95d615976 100644 --- a/libs/util/sys.c +++ b/libs/util/sys.c @@ -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 "