mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 01:06:19 +08:00
Merge pull request #1114 from ZogStriP/patch-2
bumped default max upload size to 2048Kb
This commit is contained in:
commit
8e1469c7cc
|
@ -50,7 +50,7 @@ class SiteSetting < ActiveRecord::Base
|
|||
# auto-replace rules for title
|
||||
setting(:title_prettify, true)
|
||||
|
||||
client_setting(:max_upload_size_kb, 1024)
|
||||
client_setting(:max_upload_size_kb, 2048)
|
||||
|
||||
# settings only available server side
|
||||
setting(:auto_track_topics_after, 240000)
|
||||
|
|
Loading…
Reference in New Issue
Block a user