Skip to content

Commit c6f9cc3

Browse files
committed
Merge branch '1.x' into mcp-server-skeleton
2 parents 5072433 + aa07134 commit c6f9cc3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/new-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ permissions:
2525

2626
jobs:
2727
docs:
28-
uses: pimcore/workflows-collection-public/.github/workflows/reusable-docs.yaml@reusable-workflows
28+
uses: pimcore/workflows-collection-public/.github/workflows/reusable-docs.yaml@main
2929
with:
3030
docs_path: "doc"
3131
secrets:

.github/workflows/new-static-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747
with:
4848
repository: pimcore/workflows-collection-public
49-
ref: reusable-workflows
49+
ref: main
5050
path: reusable-workflows
5151

5252
- name: Parse PHP versions from composer.json
@@ -74,7 +74,7 @@ jobs:
7474
7575
static-analysis:
7676
needs: setup-matrix
77-
uses: pimcore/workflows-collection-public/.github/workflows/reusable-static-analysis-unified.yaml@reusable-workflows
77+
uses: pimcore/workflows-collection-public/.github/workflows/reusable-static-analysis-unified.yaml@main
7878
with:
7979
phpstan_matrix: ${{ needs.setup-matrix.outputs.phpstan_matrix }}
8080
private_repo: ${{ needs.setup-matrix.outputs.private_repo }}

config/prepend/rate_limiter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ framework:
22
rate_limiter:
33
setting_admin_thumbnail:
44
policy: 'fixed_window'
5-
limit: 5
6-
interval: '5 minutes'
5+
limit: 60
6+
interval: '1 minutes'

0 commit comments

Comments
 (0)