We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6c12d2 + 975e5dd commit 8135663Copy full SHA for 8135663
1 file changed
.github/workflows/shared_workflow.yml
@@ -232,6 +232,8 @@ jobs:
232
# user_oidc app
233
composer install --no-interaction --prefer-dist --optimize-autoloader --working-dir=../user_oidc
234
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'
237
238
- name: PHP code analysis and linting
239
run: |
0 commit comments