Skip to content

Commit 6cd46ce

Browse files
committed
Merge branch 'master' of github.com:piccolo-orm/piccolo_admin
2 parents f056d5f + 455e615 commit 6cd46ce

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/playwright.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: "Setup Node"
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 18
23+
node-version: 16
2424
- name: "Install all dependencies"
2525
run: |
2626
python -m pip install --upgrade pip

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: 3.11
1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: 18
20+
node-version: 16
2121
- name: "Install dependencies"
2222
run: |
2323
pip install -r requirements/dev-requirements.txt

piccolo_admin/endpoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def __init__(
656656

657657
if not rate_limit_provider:
658658
rate_limit_provider = InMemoryLimitProvider(
659-
limit=1000, timespan=300
659+
limit=100, timespan=300
660660
)
661661

662662
public_app.mount(

0 commit comments

Comments
 (0)