Merge pull request #173 from overleaf/bg-remove-socket-limit
remove the limit of 300 http sockets
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
const http = require('http')
|
||||
http.globalAgent.maxSockets = 300
|
||||
|
||||
module.exports = {
|
||||
internal: {
|
||||
documentupdater: {
|
||||
|
||||
Reference in New Issue
Block a user