Increase reachability retry timeout

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-10-23 13:48:38 +08:00
parent eae8e76fd9
commit 4ecaed47df

View File

@ -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 {