update populate number

This commit is contained in:
Maidul Islam
2023-06-05 20:21:09 -07:00
parent b0e7304bff
commit c0fbe82ecb

View File

@@ -385,7 +385,7 @@ export const backfillSecretFolders = async () => {
},
})
.populate<{ secretVersions: ISecretVersion[] }>("secretVersions")
.limit(5000);
.limit(50);
}
console.log("Migration: Folder migration v1 complete")