mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Update NetPlayServer.cpp
Update NetPlayServer.cpp
This commit is contained in:
parent
37a770bb9f
commit
6b64c309df
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ void NetPlayServer::ThreadFunc()
|
|||
while (m_do_loop)
|
||||
{
|
||||
// update pings every so many seconds
|
||||
if ((m_ping_timer.GetTimeElapsed() > (10 * 1000)) || m_update_pings)
|
||||
if ((m_ping_timer.GetTimeElapsed() > 1000) || m_update_pings)
|
||||
{
|
||||
//PanicAlertT("Sending pings");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue