Skip to content

Commit 8135663

Browse files
authored
Merge pull request #811 from nextcloud/ci-share-rate-limit-disable
CI: add occ command to disable the share rate limit
2 parents e6c12d2 + 975e5dd commit 8135663

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/shared_workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ jobs:
232232
# user_oidc app
233233
composer install --no-interaction --prefer-dist --optimize-autoloader --working-dir=../user_oidc
234234
cd server && ./occ maintenance:install --admin-pass=admin
235+
# Disable share rate limit protection
236+
docker exec nextcloud /bin/bash -c 'occ config:system:set ratelimit.protection.enabled --value false --type bool'
235237
236238
- name: PHP code analysis and linting
237239
run: |

0 commit comments

Comments
 (0)