Skip to content

Commit

Permalink
enable history quota for production
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Oct 29, 2024
1 parent a920199 commit 4a41264
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@ jobs:
X_NINJA_QUOTA_ADVANCED: 100
X_NINJA_QUOTA_PREMIUM: 200

# Quota: History range
X_NINJA_QUOTA_HISTORY_GUEST: 5
X_NINJA_QUOTA_HISTORY_REFERER: 100
X_NINJA_QUOTA_HISTORY_BASIC: 1000
X_NINJA_QUOTA_HISTORY_ADVANCED: 0
X_NINJA_QUOTA_HISTORY_PREMIUM: 0
X_NINJA_QUOTA_HISTORY_URL: https://github.com/noi-techpark/odh-docs/wiki/Api-Quota

- name: Build project
uses: noi-techpark/github-actions/maven-build@v2
with:
Expand Down

0 comments on commit 4a41264

Please sign in to comment.