From 47882c54194190206df81a7110389aae4f1bd3ec Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 4 Aug 2025 19:53:18 +0200 Subject: [PATCH] :sparkles: Add missing parameter on climit instance creation --- backend/src/app/rpc/climit.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/rpc/climit.clj b/backend/src/app/rpc/climit.clj index bb3db5ba58..34080e8e25 100644 --- a/backend/src/app/rpc/climit.clj +++ b/backend/src/app/rpc/climit.clj @@ -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]}]