This commit is contained in:
Eric van der Vlist 2023-02-13 10:12:59 +01:00
parent 01554e3383
commit 05532a2a5f
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ export const watchDbLegacy = async () => {
doc, doc,
}); });
} }
if (i === 20000) { if (i === 10000) {
break; break;
} }
} }