mirror of https://github.com/penpot/penpot.git
✨ Add missing parameter on climit instance creation
This commit is contained in:
parent
019d5e083a
commit
47882c5419
|
|
@ -100,7 +100,7 @@
|
|||
(pbh/create :permits (or (:permits config) (:concurrency config))
|
||||
:queue (or (:queue config) (:queue-size config))
|
||||
:timeout (:timeout config)
|
||||
:type :semaphore))
|
||||
:executor :virtual))
|
||||
|
||||
(defn- create-cache
|
||||
[{:keys [::wrk/executor]}]
|
||||
|
|
|
|||
Loading…
Reference in New Issue