repairChecker: Yjs is now able to detect incorrect states that happen when messages get lost. When Yjs is in an incorrect state it repairs itself and syncs again

This commit is contained in:
Kevin Jahns
2016-09-27 16:12:35 +02:00
parent f0e88d192c
commit 17803266d4
3 changed files with 50 additions and 1 deletions

View File

@@ -337,7 +337,8 @@ g.createUsers = async(function * createUsers (self, numberOfUsers, database, ini
name: database,
namespace: 'User ' + i,
cleanStart: true,
gcTimeout: -1
gcTimeout: -1,
repairCheckInterval: -1
},
connector: {
name: 'Test',