From 97f8315cd0000ba007694b0cd5326aaa1ee1f32f Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 24 Nov 2023 15:00:40 +0100 Subject: [PATCH] :fire: Remove executor internal dependency from http assets module --- backend/src/app/main.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/src/app/main.clj b/backend/src/app/main.clj index 11cb9b72e..160f9d1ba 100644 --- a/backend/src/app/main.clj +++ b/backend/src/app/main.clj @@ -303,8 +303,7 @@ {::http.assets/path (cf/get :assets-path) ::http.assets/cache-max-age (dt/duration {:hours 24}) ::http.assets/cache-max-agesignature-max-age (dt/duration {:hours 24 :minutes 5}) - ::sto/storage (ig/ref ::sto/storage) - ::wrk/executor (ig/ref ::wrk/executor)} + ::sto/storage (ig/ref ::sto/storage)} :app.rpc/climit {::mtx/metrics (ig/ref ::mtx/metrics)}