mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 02:03:57 +02:00
bump up voxel send rate, since client can now handle it
This commit is contained in:
parent
dc481002ec
commit
4b0cde0b0d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ const float DEATH_STAR_RADIUS = 4.0;
|
|||
const float MAX_CUBE = 0.05f;
|
||||
|
||||
const int VOXEL_SEND_INTERVAL_USECS = 100 * 1000;
|
||||
int PACKETS_PER_CLIENT_PER_INTERVAL = 20;
|
||||
int PACKETS_PER_CLIENT_PER_INTERVAL = 50;
|
||||
|
||||
const int MAX_VOXEL_TREE_DEPTH_LEVELS = 4;
|
||||
|
||||
|
|
Loading…
Reference in a new issue