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
commit 06d1a12782

View file

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