mirror of
https://github.com/penpot/penpot.git
synced 2025-03-10 06:41:40 -05:00
📎 Change default params on exporter pool.
This commit is contained in:
parent
02025bc70a
commit
d246db7be8
1 changed files with 2 additions and 2 deletions
|
@ -139,10 +139,10 @@
|
|||
(let [opts #js {:max (cf/get :browser-pool-max 3)
|
||||
:min (cf/get :browser-pool-min 0)
|
||||
:testOnBorrow true
|
||||
:evictionRunIntervalMillis 30000
|
||||
:evictionRunIntervalMillis 5000
|
||||
:numTestsPerEvictionRun 5
|
||||
:acquireTimeoutMillis 120000 ; 2min
|
||||
:idleTimeoutMillis 30000}]
|
||||
:idleTimeoutMillis 10000}]
|
||||
|
||||
(reset! pool (gp/createPool browser-pool-factory opts))
|
||||
(p/resolved nil)))
|
||||
|
|
Loading…
Add table
Reference in a new issue