summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/net_query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net_query.c b/src/net_query.c
index 0e35bccf..0262791b 100644
--- a/src/net_query.c
+++ b/src/net_query.c
@@ -520,7 +520,7 @@ static void NET_Query_QueryLoop(net_query_callback_t callback, void *user_data)
{
// Don't thrash the CPU
- I_Sleep(50);
+ I_Sleep(1);
}
}