mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-13 21:27:21 +02:00
reduce frequency of packets from VS for easier processing
This commit is contained in:
parent
b5d1ae1a36
commit
4589ceefaf
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ const int MIN_BRIGHTNESS = 64;
|
|||
const float DEATH_STAR_RADIUS = 4.0;
|
||||
const float MAX_CUBE = 0.05f;
|
||||
|
||||
const int VOXEL_SEND_INTERVAL_USECS = 30 * 1000;
|
||||
const int PACKETS_PER_CLIENT_PER_INTERVAL = 3;
|
||||
const int VOXEL_SEND_INTERVAL_USECS = 100g * 1000;
|
||||
const int PACKETS_PER_CLIENT_PER_INTERVAL = 2;
|
||||
|
||||
const int MAX_VOXEL_TREE_DEPTH_LEVELS = 4;
|
||||
|
||||
|
|
Loading…
Reference in a new issue