lint - fixes #223

This commit is contained in:
Kevin Jahns
2020-07-22 12:32:34 +02:00
parent 38eb2e502c
commit 68109b033f
2 changed files with 3 additions and 3 deletions

View File

@@ -293,7 +293,7 @@ const tryGc = () => {
* @param {t.TestCase} tc
*/
export const testLargeFragmentedDocument = tc => {
const itemsToInsert = 2000000
const itemsToInsert = 5000000
let update = /** @type {any} */ (null)
;(() => {
const doc1 = new Y.Doc()