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