Skip to content

Commit

Permalink
[IMPROVE] Set default max upload size to 100mb (#11327)
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoso authored and ggazzo committed Jul 20, 2018
1 parent e2c3d1d commit 5244bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-file-upload/server/startup/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RocketChat.settings.addGroup('FileUpload', function() {
public: true
});

this.add('FileUpload_MaxFileSize', 2097152, {
this.add('FileUpload_MaxFileSize', 104857600, {
type: 'int',
public: true
});
Expand Down

0 comments on commit 5244bd5

Please sign in to comment.