mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
bumped default max upload size to 2048Kb
This commit is contained in:
parent
023d18cab2
commit
4de88814d2
@ -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