0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00
penpot/backend/resources/rlimit.edn

12 lines
213 B
Clojure
Raw Normal View History

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