forked from organicmaps/organicmaps-tmp
Reduced ping timeout
This commit is contained in:
parent
3b3a48c8db
commit
c458bf8429
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ void BookmarkCatalog::Ping(PingCallback && callback) const
|
|||
{
|
||||
platform::HttpClient request(url);
|
||||
request.SetRawHeader("User-Agent", GetPlatform().GetAppUserAgent());
|
||||
uint32_t constexpr kPingTimeoutInSec = 15;
|
||||
uint32_t constexpr kPingTimeoutInSec = 10;
|
||||
request.SetTimeout(kPingTimeoutInSec);
|
||||
if (request.RunHttpRequest())
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue