From bc06b4799a4869d9b6e3615a18cd2fceb606a95c Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sat, 23 Mar 2013 22:44:55 +0000 Subject: [PATCH] - try to improve network performance --- source/glest_game/global/config.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/glest_game/global/config.cpp b/source/glest_game/global/config.cpp index c8233d02..f1bce539 100644 --- a/source/glest_game/global/config.cpp +++ b/source/glest_game/global/config.cpp @@ -28,7 +28,9 @@ using namespace std; namespace Glest{ namespace Game{ -int GameConstants::networkFramePeriod = 20; +// 20 was working ok, we try 10 to see if its better for performance +//int GameConstants::networkFramePeriod = 20; +int GameConstants::networkFramePeriod = 10; int GameConstants::updateFps = 40; int GameConstants::cameraFps = 100;