remove the limit of 300 maxSockets

This commit is contained in:
Brian Gough 2021-04-29 10:29:34 +01:00
parent 8006e122d5
commit b1a1446054

View file

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