Stop syncing log collection

sync2
Laurent 11 months ago
parent b068f3a57b
commit 4c5105f4c3
  1. 2
      LeStorage/StoreCenter.swift

@ -462,7 +462,7 @@ public class StoreCenter {
if let logs = self._logs {
return logs
} else {
let logsCollection: StoredCollection<Log> = Store.main.registerCollection(synchronized: true, limit: 50)
let logsCollection: StoredCollection<Log> = Store.main.registerCollection(synchronized: false, limit: 1000)
self._logs = logsCollection
return logsCollection
}

Loading…
Cancel
Save