mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 03:35:26 +00:00
Analytics: Set the timeout to 5 seconds
3 seconds is sometimes not enough.
This commit is contained in:
parent
9a1503a75c
commit
29e8988c90
@ -4,6 +4,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <chrono>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <string>
|
||||
@ -179,7 +180,7 @@ public:
|
||||
|
||||
protected:
|
||||
std::string m_endpoint;
|
||||
HttpRequest m_http;
|
||||
HttpRequest m_http{std::chrono::seconds{5}};
|
||||
};
|
||||
|
||||
} // namespace Common
|
||||
|
Loading…
x
Reference in New Issue
Block a user