mirror of
https://github.com/penpot/penpot.git
synced 2026-07-22 00:31:32 +02:00
4a7b89a1da
✨ Add proper mattermost notifications for rlimit rejects
12 lines
207 B
Clojure
12 lines
207 B
Clojure
;; Example rlimit.edn file
|
|
^{:refresh "30s"}
|
|
{:default
|
|
[[:default :window "200000/h"]]
|
|
|
|
;; #{:main/get-teams}
|
|
;; [[:burst :bucket "5/5/5s"]]
|
|
|
|
;; #{:main/get-profile}
|
|
;; [[:burst :bucket "60/60/1m"]]
|
|
}
|