mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 06:33:42 +00:00
reduce UV thread-pool size to 16
This commit is contained in:
parent
9fe8d4fd10
commit
6dbcc34df6
1 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
process.env.UV_THREADPOOL_SIZE=128
|
||||
console.log "Set UV_THREADPOOL_SIZE=#{process.env.UV_THREADPOOL_SIZE}"
|
||||
process.env.UV_THREADPOOL_SIZE=16
|
||||
console.log "Set UV_THREADPOOL_SIZE=#{process.env.UV_THREADPOOL_SIZE}"
|
||||
|
|
Loading…
Reference in a new issue