fix(ci): update rate limit for unauthenticated routes

This commit is contained in:
kolaente 2025-04-02 10:56:52 +02:00
parent a2454057ae
commit 07c5ddd630
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ jobs:
VIKUNJA_CORS_ENABLE: 1
VIKUNJA_DATABASE_PATH: memory
VIKUNJA_DATABASE_TYPE: sqlite
VIKUNJA_RATELIMIT_NOAUTHLIMIT: 1000
run: |
chmod +x ./vikunja
./vikunja &