mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Change client's polling rate for server startup to 200 ms
This commit is contained in:
@@ -414,7 +414,7 @@ int main(int argc, char * argv[])
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
while(true)
|
while(true)
|
||||||
boost::this_thread::sleep_for(boost::chrono::milliseconds(1000));
|
boost::this_thread::sleep_for(boost::chrono::milliseconds(200));
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user