mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Remove weird command procession limit
it was set to 1 too, wtf?!
This commit is contained in:
parent
abf3142b26
commit
9f684eac92
4 changed files with 2 additions and 9 deletions
|
@ -102,7 +102,6 @@ private:
|
|||
Semaphore m_send_sleep_semaphore;
|
||||
|
||||
unsigned int m_iteration_packets_avaialble;
|
||||
unsigned int m_max_commands_per_iteration = 1;
|
||||
unsigned int m_max_data_packets_per_iteration;
|
||||
unsigned int m_max_packets_requeued = 256;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue