From 4b0cde0b0d7ab62f1ca24a611bc0b859cf493f4a Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Mon, 6 May 2013 16:09:04 -0700 Subject: [PATCH] bump up voxel send rate, since client can now handle it --- 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 366b81ad6d..7e39eb5483 100644 --- a/voxel-server/src/main.cpp +++ b/voxel-server/src/main.cpp @@ -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;