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:
parent
7968bffc38
commit
5e4e706033
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue