mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
mapgen stuff
This commit is contained in:
@@ -1720,7 +1720,7 @@ void Server::AsyncRunStep()
|
||||
|
||||
// Don't send too many at a time
|
||||
count++;
|
||||
if(count >= 2 && m_unsent_map_edit_queue.size() < 50)
|
||||
if(count >= 1 && m_unsent_map_edit_queue.size() < 100)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user