This commit is contained in:
Eric van der Vlist 2023-02-13 10:14:34 +01:00
parent 05532a2a5f
commit 9ea29b368f
1 changed files with 1 additions and 1 deletions

View File

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