reduce frequency of packets from VS for easier processing

This commit is contained in:
Stephen Birarda 2013-03-29 16:19:43 -07:00
parent b5d1ae1a36
commit 4589ceefaf

View file

@ -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;