Skip to content

Commit 3a1a937

Browse files
committed
MaxUploadSize site setting can be safely dropped now
1 parent b085aea commit 3a1a937

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

db/seeds/site_settings.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,6 @@
180180
description: >
181181
The maximum number of characters an edit comment may contain. Defaults to 255.
182182
183-
- name: MaxUploadSize
184-
value: 2MB
185-
value_type: string
186-
category: AdvancedSettings
187-
description: >
188-
The maximum size of images that users may upload. Changing this setting DOES NOT change the limit - the limit is
189-
set by your web server configuration. This setting should be set to the same value so that the correct limit
190-
can be displayed to users.
191-
192183
- name: MaxRequestBodySize
193184
value: 2097152
194185
value_type: integer

0 commit comments

Comments
 (0)