Skip to content

Commit

Permalink
feat(firestore-bigquery-export): set MAX_DISPATCHES_PER_SECOND defa…
Browse files Browse the repository at this point in the history
…ult to 100 (#1927)
  • Loading branch information
pr-Mais authored Jan 16, 2024
1 parent a870651 commit cca40bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firestore-bigquery-export/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ params:
type: string
validationRegex: ^([1-9]|[1-9][0-9]|[1-4][0-9]{2}|500)$
validationErrorMessage: Please select a number between 1 and 500
example: 10
default: 100
required: false

- param: BACKUP_COLLECTION
Expand Down

0 comments on commit cca40bf

Please sign in to comment.