From: Claudio Cambra Date: Wed, 23 Oct 2024 05:48:38 +0000 (+0800) Subject: Increase reachability retry timeout X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~5^2~67^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4ecaed47df5127cec0b1f1d2bc7224cfc2129691;p=nextcloud-desktop.git Increase reachability retry timeout Signed-off-by: Claudio Cambra --- diff --git a/src/gui/macOS/fileproviderxpc_mac.mm b/src/gui/macOS/fileproviderxpc_mac.mm index 4db7d9762..b2d1793ce 100644 --- a/src/gui/macOS/fileproviderxpc_mac.mm +++ b/src/gui/macOS/fileproviderxpc_mac.mm @@ -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 {