Express per hour more clear as '1 hour'

now that this info is used in the message string
This commit is contained in:
Klaas van Schelven
2026-01-07 14:45:02 +01:00
parent cdb9ef7fa7
commit 1c0d163f92

View File

@@ -66,7 +66,7 @@ QUOTA_THRESHOLDS = {
],
"Project": [
("minute", 5, "MAX_EVENTS_PER_PROJECT_PER_5_MINUTES"),
("minute", 60, "MAX_EVENTS_PER_PROJECT_PER_HOUR",),
("hour", 1, "MAX_EVENTS_PER_PROJECT_PER_HOUR",),
],
}