We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0def5e commit 0c393dfCopy full SHA for 0c393df
1 file changed
.github/actions/setup-ci/action.yaml
@@ -50,5 +50,5 @@ runs:
50
- name: enable rate limiting in config and set the lisa account as the service user
51
shell: bash
52
run: |
53
- cat config.json | jq -r '.rateLimiting = {enabled: true, nodes: 2, serviceUserArn: "arn:aws:iam::123456789013:root"}' > config.json.new
+ cat config.json | jq -r '.rateLimiting = {enabled: true, nodes: 6, serviceUserArn: "arn:aws:iam::123456789013:root"}' > config.json.new
54
mv config.json.new config.json
0 commit comments