mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Increase reachability retry timeout
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
eae8e76fd9
commit
4ecaed47df
@ -22,7 +22,7 @@
|
||||
|
||||
namespace {
|
||||
constexpr int64_t semaphoreWaitDelta = 1000000000; // 1 seconds
|
||||
constexpr auto reachableRetryTimeout = 60; // 60 seconds
|
||||
constexpr auto reachableRetryTimeout = 300; // seconds
|
||||
}
|
||||
|
||||
namespace OCC::Mac {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user