File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
airbyte-integrations/connectors/source-gitlab
docs/integrations/sources Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -946,7 +946,7 @@ definitions:
946946
947947concurrency_level :
948948 type : ConcurrencyLevel
949- default_concurrency : " {{ config.get('num_workers', 8 ) }}"
949+ default_concurrency : " {{ config.get('num_workers', 10 ) }}"
950950 max_concurrency : 25
951951
952952streams :
Original file line number Diff line number Diff line change 1010 connectorSubtype : api
1111 connectorType : source
1212 definitionId : 5e6175e5-68e1-4c17-bff9-56103bbb0d80
13- dockerImageTag : 4.4.23-rc.2
13+ dockerImageTag : 4.4.23-rc.3
1414 dockerRepository : airbyte/source-gitlab
1515 documentationUrl : https://docs.airbyte.com/integrations/sources/gitlab
1616 externalDocumentationUrls :
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ You can adjust the **Number of Concurrent Workers** setting to control how many
131131
132132| Version | Date | Pull Request | Subject |
133133| :------ | :--------- | :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
134+ | 4.4.23-rc.3 | 2026-03-27 | [ 75537] ( https://github.com/airbytehq/airbyte/pull/75537 ) | Increase default concurrency from 8 to 10 for progressive rollout tuning |
134135| 4.4.23-rc.2 | 2026-03-25 | [ 75480] ( https://github.com/airbytehq/airbyte/pull/75480 ) | Comment out HTTPAPIBudget to isolate concurrency tuning during progressive rollout |
135136| 4.4.23-rc.1 | 2026-03-09 | [ 70858] ( https://github.com/airbytehq/airbyte/pull/70858 ) | Add HTTPAPIBudget and concurrency_level for improved sync performance |
136137| 4.4.22 | 2026-02-24 | [ 73774] ( https://github.com/airbytehq/airbyte/pull/73774 ) | Update dependencies |
You can’t perform that action at this time.
0 commit comments