mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 23:36:11 +02:00
✨ Use proper executor for cache on comp-v2 migration
This commit is contained in:
parent
7968bffc38
commit
5e4e706033
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@
|
||||||
sprocs (ps/create :permits max-procs)
|
sprocs (ps/create :permits max-procs)
|
||||||
|
|
||||||
cache (if (int? cache)
|
cache (if (int? cache)
|
||||||
(cache/create :executor executor
|
(cache/create :executor (::wrk/executor main/system)
|
||||||
:max-items cache)
|
:max-items cache)
|
||||||
nil)
|
nil)
|
||||||
migrate-team
|
migrate-team
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue