Skip to content

Commit

Permalink
Merge pull request #4716 from Countly/ar2rsawseen-patch-12
Browse files Browse the repository at this point in the history
Update configextender.js
  • Loading branch information
ar2rsawseen authored Nov 18, 2023
2 parents e85a323 + 5377dd9 commit 2d2f6c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/configextender.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const OVERRIDES = {

API: {
MAX_SOCKETS: 'max_sockets',
MAX_UPLOAD_FILE_SIZE: 'maxUploadFileSize'
},

WEB: {
Expand Down Expand Up @@ -152,4 +153,4 @@ module.exports = function(mode, config, opts, over) {
});

return config;
};
};

0 comments on commit 2d2f6c6

Please sign in to comment.