0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -05:00

Use proper executor for cache on comp-v2 migration

This commit is contained in:
Andrey Antukh 2024-01-31 13:05:19 +01:00
parent 7968bffc38
commit 5e4e706033

View file

@ -304,7 +304,7 @@
sprocs (ps/create :permits max-procs)
cache (if (int? cache)
(cache/create :executor executor
(cache/create :executor (::wrk/executor main/system)
:max-items cache)
nil)
migrate-team