From 4ecaed47df5127cec0b1f1d2bc7224cfc2129691 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Wed, 23 Oct 2024 13:48:38 +0800 Subject: [PATCH] Increase reachability retry timeout Signed-off-by: Claudio Cambra --- src/gui/macOS/fileproviderxpc_mac.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/macOS/fileproviderxpc_mac.mm b/src/gui/macOS/fileproviderxpc_mac.mm index 4db7d9762e..b2d1793ce5 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 {