mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
10 lines
188 B
Clojure
10 lines
188 B
Clojure
;; Example rlimit.edn file
|
|
^{:refresh "30s"}
|
|
{:default
|
|
[[:default :window "200000/h"]]
|
|
|
|
#{:query/teams}
|
|
[[:burst :bucket "5/1/5s"]]
|
|
|
|
#{:query/profile}
|
|
[[:burst :bucket "100/60/1m"]]}
|