mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 03:06:11 +02:00
✨ Reduce the size of the default thread pool
This commit is contained in:
parent
0416082d4d
commit
dead3138b3
1 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
;; Default thread pool for IO operations
|
;; Default thread pool for IO operations
|
||||||
[::default :app.worker/executor]
|
[::default :app.worker/executor]
|
||||||
{:parallelism (cf/get :default-executor-parallelism 120)
|
{:parallelism (cf/get :default-executor-parallelism 60)
|
||||||
:prefix :default}
|
:prefix :default}
|
||||||
|
|
||||||
;; Constrained thread pool. Should only be used from high demand
|
;; Constrained thread pool. Should only be used from high demand
|
||||||
|
@ -57,7 +57,6 @@
|
||||||
:app.migrations/all
|
:app.migrations/all
|
||||||
{:main (ig/ref :app.migrations/migrations)}
|
{:main (ig/ref :app.migrations/migrations)}
|
||||||
|
|
||||||
|
|
||||||
:app.msgbus/msgbus
|
:app.msgbus/msgbus
|
||||||
{:backend (cf/get :msgbus-backend :redis)
|
{:backend (cf/get :msgbus-backend :redis)
|
||||||
:redis-uri (cf/get :redis-uri)}
|
:redis-uri (cf/get :redis-uri)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue