0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 06:58:58 -05:00
penpot/backend/resources/rlimit.edn

11 lines
199 B
Clojure
Raw Normal View History

2022-10-18 17:13:00 +02:00
;; Example rlimit.edn file
^{:refresh "30s"}
{:default
[[:default :window "200000/h"]]
#{:command/get-teams}
2022-10-18 17:13:00 +02:00
[[:burst :bucket "5/1/5s"]]
#{:command/get-profile}
[[:burst :bucket "60/60/1m"]]}