Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #886 from RachelBryk/netplay-buffer
Change default netplay buffer to 5.
  • Loading branch information
dolphin-emu-bot committed Aug 29, 2014
2 parents fc92490 + 3135357 commit d159bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/NetPlayServer.cpp
Expand Up @@ -36,7 +36,7 @@ NetPlayServer::NetPlayServer(const u16 port) : is_connected(false), m_is_running
m_do_loop = true;
m_selector.Add(m_socket);
m_thread = std::thread(&NetPlayServer::ThreadFunc, this);
m_target_buffer_size = 20;
m_target_buffer_size = 5;
}
}

Expand Down

0 comments on commit d159bc9

Please sign in to comment.