mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 10:49:48 +02:00
- changed some limit values related to lag checking to be a little more patient
This commit is contained in:
@@ -32,9 +32,9 @@ using namespace Shared::Util;
|
|||||||
|
|
||||||
namespace Glest { namespace Game {
|
namespace Glest { namespace Game {
|
||||||
|
|
||||||
double maxFrameCountLagAllowed = 30;
|
double maxFrameCountLagAllowed = 25;
|
||||||
double maxClientLagTimeAllowed = 20;
|
double maxClientLagTimeAllowed = 30;
|
||||||
double maxFrameCountLagAllowedEver = 50;
|
double maxFrameCountLagAllowedEver = 60;
|
||||||
double warnFrameCountLagPercent = 0.65;
|
double warnFrameCountLagPercent = 0.65;
|
||||||
double LAG_CHECK_GRACE_PERIOD = 15;
|
double LAG_CHECK_GRACE_PERIOD = 15;
|
||||||
double MAX_CLIENT_WAIT_SECONDS_FOR_PAUSE = 1;
|
double MAX_CLIENT_WAIT_SECONDS_FOR_PAUSE = 1;
|
||||||
|
Reference in New Issue
Block a user