mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
connection: Remove unused timeout feature
Was only used for a unit test and incorrectly at that.
This commit is contained in:
@@ -551,7 +551,6 @@ void Server::start()
|
||||
m_thread->stop();
|
||||
|
||||
// Initialize connection
|
||||
m_con->SetTimeoutMs(30);
|
||||
m_con->Serve(m_bind_addr);
|
||||
|
||||
// Start thread
|
||||
|
Reference in New Issue
Block a user