Authored by htoooth

fix

... ... @@ -9,6 +9,9 @@
const isProduction = process.env.NODE_ENV === 'production';
const isTest = process.env.NODE_ENV === 'test';
// 修改 sockets 默认设置
require('http').globalAgent.maxSockets = 10;
module.exports = {
app: 'web',
appVersion: '5.8.0', // 调用api的版本
... ...