Skip to content

Commit

Permalink
Merge pull request #709 from dehort/adjust_batch_size_for_org_id_popu…
Browse files Browse the repository at this point in the history
…lator

Adjust the batch size used by the org-id-populator util
  • Loading branch information
coderbydesign authored May 25, 2022
2 parents 6cd989d + a5431ae commit e69cda8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/rbac-clowdapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,8 @@ objects:
- api_tenant
- --ean-translator-addr
- http://${TENANT_TRANSLATOR_HOST}:${TENANT_TRANSLATOR_PORT}
- --batch-size
- "50"
env:
- name: LOG_FORMAT
value: ${LOG_FORMAT}
Expand All @@ -466,6 +468,8 @@ objects:
- api_crossaccountrequest
- --ean-translator-addr
- http://${TENANT_TRANSLATOR_HOST}:${TENANT_TRANSLATOR_PORT}
- --batch-size
- "50"
env:
- name: LOG_FORMAT
value: ${LOG_FORMAT}
Expand Down

0 comments on commit e69cda8

Please sign in to comment.