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