2022-10-16 16:44:16 -05:00
|
|
|
;; Example climit.edn file
|
2023-03-02 10:57:28 -05:00
|
|
|
;; Required: permits
|
|
|
|
;; Optional: queue, ommited means Integer/MAX_VALUE
|
|
|
|
;; Optional: timeout, ommited means no timeout
|
|
|
|
;; Note: queue and timeout are excluding
|
2024-01-27 16:33:52 -05:00
|
|
|
{:update-file/global {:permits 20}
|
|
|
|
:update-file/by-profile
|
2023-11-24 08:53:16 -05:00
|
|
|
{:permits 1 :queue 5}
|
2023-03-02 10:57:28 -05:00
|
|
|
|
2024-01-27 16:33:52 -05:00
|
|
|
:process-font/global {:permits 4}
|
|
|
|
:process-font/by-profile {:permits 1}
|
2023-03-02 10:57:28 -05:00
|
|
|
|
2023-11-24 08:53:16 -05:00
|
|
|
:process-image/global {:permits 8}
|
2024-01-27 16:33:52 -05:00
|
|
|
:process-image/by-profile {:permits 1}
|
2023-11-24 08:53:16 -05:00
|
|
|
|
2024-01-27 16:33:52 -05:00
|
|
|
:auth/global {:permits 8}
|
|
|
|
|
|
|
|
:root/global
|
|
|
|
{:permits 40}
|
|
|
|
|
|
|
|
:root/by-profile
|
|
|
|
{:permits 10}
|
|
|
|
|
|
|
|
:file-thumbnail-ops/global
|
|
|
|
{:permits 20}
|
2023-11-24 08:53:16 -05:00
|
|
|
:file-thumbnail-ops/by-profile
|
2023-11-08 09:15:09 -05:00
|
|
|
{:permits 2}
|
|
|
|
|
2023-11-24 08:53:16 -05:00
|
|
|
:submit-audit-events/by-profile
|
2023-03-02 10:57:28 -05:00
|
|
|
{:permits 1 :queue 3}}
|