mirror of
https://github.com/penpot/penpot.git
synced 2026-02-24 13:15:07 +00:00
✨ Use proper executor for cache on comp-v2 migration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user