about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/engine/client/srvbrowse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/srvbrowse.cpp b/src/engine/client/srvbrowse.cpp
index a023b878..b718e50a 100644
--- a/src/engine/client/srvbrowse.cpp
+++ b/src/engine/client/srvbrowse.cpp
@@ -533,7 +533,7 @@ void CServerBrowser::Request(const NETADDR &Addr) const
 
 void CServerBrowser::Update()
 {
-	int64 Timeout = time_freq();
+	int64 Timeout = time_freq()/2;	// TODO: increase this again
 	int64 Now = time_get();
 	int Count;
 	CServerEntry *pEntry, *pNext;