Skip to content

Commit

Permalink
Merge pull request #250 from SubstraFoundation/throttle-fix
Browse files Browse the repository at this point in the history
Increase throttle values in local
  • Loading branch information
Kelvin-M authored May 19, 2020
2 parents 11152a9 + aae48da commit 5311a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ deploy:
- name: CORS_ORIGIN_WHITELIST
value: '["http://substra-frontend.node-1.com/"]'
- name: DEFAULT_THROTTLE_RATES
value: '30'
value: '120'

- name: backend-org-2
chartPath: charts/substra-backend
Expand Down Expand Up @@ -197,7 +197,7 @@ deploy:
- name: CORS_ORIGIN_WHITELIST
value: '["http://substra-frontend.node-2.com/"]'
- name: DEFAULT_THROTTLE_RATES
value: '30'
value: '120'

profiles:
- name: prod
Expand Down

0 comments on commit 5311a66

Please sign in to comment.