Skip to content

Commit 3205424

Browse files
author
maxime.c
committed
fix default concurrency settings
1 parent 8158f0d commit 3205424

File tree

1 file changed

+1
-1
lines changed
  • airbyte_cdk/manifest_server/command_processor

1 file changed

+1
-1
lines changed

airbyte_cdk/manifest_server/command_processor/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def build_source(
7272
else:
7373
definition["concurrency_level"] = {
7474
"type": "ConcurrencyLevel",
75-
"default_concurrency": 1,
75+
"default_concurrency": 2,
7676
}
7777

7878
should_normalize = should_normalize_manifest(manifest)

0 commit comments

Comments
 (0)