mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
aafbf6bc15
Mainly the followin changes: - Pass majority of code to the old and plain synchronous style and start using virtual threads for the RPC (and partially some HTTP server middlewares). - Make some improvements on how CLIMIT is handled, simplifying code - Improve considerably performance reducing the reflection and unnecesary funcion calls on the whole stack-trace of an RPC call. - Improve efficiency reducing considerably the total threads number.
11 lines
213 B
Clojure
11 lines
213 B
Clojure
;; Example rlimit.edn file
|
|
^{:refresh "30s"}
|
|
{:default
|
|
[[:default :window "200000/h"]]
|
|
|
|
;; #{:command/get-teams}
|
|
;; [[:burst :bucket "5/5/5s"]]
|
|
|
|
;; #{:command/get-profile}
|
|
;; [[:burst :bucket "60/60/1m"]]
|
|
}
|