We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f424efc commit ff01e07Copy full SHA for ff01e07
packages/firestore/test/unit/local/local_store_indexeddb.test.ts
@@ -214,7 +214,9 @@ class AsyncLocalStoreTester {
214
}
215
216
217
- async backfillIndexes(config?: { maxDocumentsToProcess?: 2 }): Promise<void> {
+ async backfillIndexes(config?: {
218
+ maxDocumentsToProcess?: number;
219
+ }): Promise<void> {
220
await this.indexBackfiller.backfill(config?.maxDocumentsToProcess);
221
222
0 commit comments