diff --git a/src/host/network/Network.cpp b/src/host/network/Network.cpp index 0b3249f9..6f8be686 100644 --- a/src/host/network/Network.cpp +++ b/src/host/network/Network.cpp @@ -27,7 +27,7 @@ using namespace network; // Constants // --------------------------------------------------------------------------- -#define MAX_SERVER_DIFF 250ULL // maximum difference in time between a server timestamp and local timestamp in milliseconds +#define MAX_SERVER_DIFF 360ULL // maximum difference in time between a server timestamp and local timestamp in milliseconds // --------------------------------------------------------------------------- // Public Class Members