From c767babba5e8cfdb788d299f7cb60713042ee21c Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Fri, 24 May 2013 10:47:57 -0700 Subject: [PATCH] lower voxel send rate --- voxel-server/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxel-server/src/main.cpp b/voxel-server/src/main.cpp index 1cfcaa4282..4e5f931477 100644 --- a/voxel-server/src/main.cpp +++ b/voxel-server/src/main.cpp @@ -45,7 +45,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 = 50; +int PACKETS_PER_CLIENT_PER_INTERVAL = 30; const int MAX_VOXEL_TREE_DEPTH_LEVELS = 4;