Merge pull request #173 from overleaf/bg-remove-socket-limit

remove the limit of 300 http sockets
This commit is contained in:
Brian Gough
2021-04-29 11:35:49 +01:00
committed by GitHub

View File

@@ -1,6 +1,3 @@
const http = require('http')
http.globalAgent.maxSockets = 300
module.exports = {
internal: {
documentupdater: {