Add sets for actions, to be able to track multiple actions

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-07-16 19:17:15 +08:00
parent 87066c8bb5
commit 5237822221
No known key found for this signature in database
GPG key ID: C839200C384636B0

View file

@ -37,6 +37,9 @@ import OSLog
return LocalSocketClient(socketPath: socketPath.path, lineProcessor: lineProcessor)
}()
var syncActions = Set<UUID>()
var errorActions = Set<UUID>()
// Whether or not we are going to recursively scan new folders when they are discovered.
// Apple's recommendation is that we should always scan the file hierarchy fully.
// This does lead to long load times when a file provider domain is initially configured.