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 f056d5f + 455e615 commit 6cd46ceCopy full SHA for 6cd46ce
3 files changed
.github/workflows/playwright.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: "Setup Node"
21
uses: actions/setup-node@v3
22
with:
23
- node-version: 18
+ node-version: 16
24
- name: "Install all dependencies"
25
run: |
26
python -m pip install --upgrade pip
.github/workflows/release.yaml
@@ -17,7 +17,7 @@ jobs:
17
python-version: 3.11
18
- uses: actions/setup-node@v3
19
- name: "Install dependencies"
pip install -r requirements/dev-requirements.txt
piccolo_admin/endpoints.py
@@ -656,7 +656,7 @@ def __init__(
656
657
if not rate_limit_provider:
658
rate_limit_provider = InMemoryLimitProvider(
659
- limit=1000, timespan=300
+ limit=100, timespan=300
660
)
661
662
public_app.mount(
0 commit comments