Skip to content

Commit

Permalink
Merge pull request #25 from Ebonnov/attach
Browse files Browse the repository at this point in the history
Attachment size 2M -> 20M
  • Loading branch information
mrroach9 committed Jan 18, 2015
2 parents 1174f9a + 7f94e2f commit 8a382fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bbs/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ var bbs_settings = {
max_post_count : 999,
max_mail_count : 999,
mail_count : 20,
max_file_size : 2097151
max_file_size : 20971519
};

var accounts9 = {
Expand Down

0 comments on commit 8a382fa

Please sign in to comment.