mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-29 21:56:54 +02:00
Merge pull request #3350 from dydzio0614/server-polling-change
Change client's polling rate for server startup
This commit is contained in:
commit
b73300571a
@ -414,7 +414,7 @@ int main(int argc, char * argv[])
|
||||
else
|
||||
{
|
||||
while(true)
|
||||
boost::this_thread::sleep_for(boost::chrono::milliseconds(1000));
|
||||
boost::this_thread::sleep_for(boost::chrono::milliseconds(200));
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user