From 655f40bb267cc6df82356a0422146e555b94cf99 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sat, 11 Mar 2023 19:35:05 -0500 Subject: Rate limit `put-reaction' --- haunt/jakob/dynamic/rate-limiter.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/haunt/jakob/dynamic/rate-limiter.scm b/haunt/jakob/dynamic/rate-limiter.scm index 36450f9..24239f6 100644 --- a/haunt/jakob/dynamic/rate-limiter.scm +++ b/haunt/jakob/dynamic/rate-limiter.scm @@ -37,6 +37,7 @@ (define (rate-limit-for-endpoint name) (case name + ((put-reaction) 1) ((get-event-rsvp) 1) ((get-event-info) 8) ((get-image) 8) -- cgit v1.3