Skip to content

Commit

Permalink
Increase reachability retry timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Oct 23, 2024
1 parent 536f370 commit 532201a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/macOS/fileproviderxpc_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 532201a

Please sign in to comment.