mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #173 from overleaf/bg-remove-socket-limit
remove the limit of 300 http sockets
This commit is contained in:
commit
06d1a12782
1 changed files with 0 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
const http = require('http')
|
||||
http.globalAgent.maxSockets = 300
|
||||
|
||||
module.exports = {
|
||||
internal: {
|
||||
documentupdater: {
|
||||
|
|
Loading…
Reference in a new issue