mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 02:58:21 +02:00
🐛 Fix many bugs on rlimit module
This commit is contained in:
parent
9c33dc529d
commit
6ad9a5aadb
4 changed files with 79 additions and 62 deletions
|
@ -1,6 +1,10 @@
|
|||
;; 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"]]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue