Skip to content
Snippets Groups Projects
Commit c0648e13 authored by Ali Can Demiralp's avatar Ali Can Demiralp
Browse files

Upped the timeout constants.

parent b438eecf
Branches
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@ namespace DisplayClusterConstants
{
static constexpr int32 ClientConnectTriesAmount = 100; // times
static constexpr float ClientConnectRetryDelay = 1.0f; // sec
static constexpr uint32 BarrierGameStartWaitTimeout = 80000; // ms
static constexpr uint32 BarrierWaitTimeout = 10000; // ms
static constexpr uint32 BarrierGameStartWaitTimeout = 90000; // ms
static constexpr uint32 BarrierWaitTimeout = 30000; // ms
static constexpr int32 SocketBufferSize = INT16_MAX; // bytes
static constexpr int32 MessageBufferSize = INT16_MAX; // bytes
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment