Fix server not sending updates every 10 seconds

This commit is contained in:
ronaldheft
2022-08-23 17:32:43 -04:00
parent 6a885b7241
commit 099be648bf
3 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
// Override point for customization after application launch.
let configuration = Realm.Configuration(
schemaVersion: 2,
schemaVersion: 3,
migrationBlock: { migration, oldSchemaVersion in
if (oldSchemaVersion < 1) {
NSLog("Realm schema version was \(oldSchemaVersion)")