1
0
forked from 0ad/0ad

Sooner network timeout warnings.

Reviewed By: echotangoecho
This was SVN commit r19574.
This commit is contained in:
elexis 2017-05-13 22:52:11 +00:00
parent aa5f3e7d32
commit 08b23d0164

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2016 Wildfire Games.
/* Copyright (C) 2017 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@ -26,7 +26,7 @@
#include "ps/Profile.h"
#include "scriptinterface/ScriptInterface.h"
const u32 NETWORK_WARNING_TIMEOUT = 4000;
const u32 NETWORK_WARNING_TIMEOUT = 2000;
const u32 MAXIMUM_HOST_TIMEOUT = std::numeric_limits<u32>::max();