Skip to content

Commit

Permalink
feat: set the maximum number of blocks to 50 (was 1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Apr 4, 2022
1 parent 7c66ca0 commit ec5e63c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -56,9 +56,9 @@ class CosmosSourceConnector : SourceConnector() {
).define(
MAX_POLL_LENGTH_CONFIG,
ConfigDef.Type.LONG,
1000,
50,
Importance.MEDIUM,
"The max number of block to put in the queue",
"The maximum number of blocks to fetch in each poll",
).define(
TLS_ENABLE_CONFIG,
ConfigDef.Type.BOOLEAN,
Expand Down

0 comments on commit ec5e63c

Please sign in to comment.