We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa60917 commit 71c1ad0Copy full SHA for 71c1ad0
Sources/PowerSync/attachments/AttachmentQueue.swift
@@ -110,7 +110,7 @@ public actor AttachmentQueue {
110
return await self.getLocalUri(filename)
111
},
112
errorHandler: self.errorHandler,
113
- syncThrottle: self.syncThrottleDuration,
+ syncThrottle: self.syncThrottleDuration
114
)
115
116
/// Initializes the attachment queue
Sources/PowerSync/attachments/SyncingService.swift
@@ -37,7 +37,7 @@ actor SyncingService {
37
logger: any LoggerProtocol,
38
getLocalUri: @escaping (String) async -> String,
39
errorHandler: SyncErrorHandler? = nil,
40
- syncThrottle: TimeInterval = 5.0,
+ syncThrottle: TimeInterval = 5.0
41
) {
42
self.remoteStorage = remoteStorage
43
self.localStorage = localStorage
0 commit comments