Restore QR-art rate limit to 6/hr after the #889 testing window #890

Closed
opened 2026-07-28 20:55:54 +00:00 by spikerj · 0 comments
Owner

QrArtController's generate endpoint runs at 60/hr (1/min) for the #889 classic-variant testing window (backend PR #504, comment marks the launch cap). Once testing wraps, drop [Middleware.RedisRateLimit(60, 3600, "qrart-generate")] back to (6, 3600) before any public announce — GPU minutes are the constraint.

QrArtController's generate endpoint runs at 60/hr (1/min) for the #889 classic-variant testing window (backend PR #504, comment marks the launch cap). Once testing wraps, drop `[Middleware.RedisRateLimit(60, 3600, "qrart-generate")]` back to `(6, 3600)` before any public announce — GPU minutes are the constraint.
Sign in to join this conversation.