mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
connection: Remove unused timeout feature
Was only used for a unit test and incorrectly at that.
This commit is contained in:
parent
6608057971
commit
1b8b84bee8
7 changed files with 24 additions and 50 deletions
|
@ -551,7 +551,6 @@ void Server::start()
|
|||
m_thread->stop();
|
||||
|
||||
// Initialize connection
|
||||
m_con->SetTimeoutMs(30);
|
||||
m_con->Serve(m_bind_addr);
|
||||
|
||||
// Start thread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue