mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 01:32:25 -05:00
[chore] Update image/video size defaults to mastodon's (#723)
This commit is contained in:
parent
56b25d0a00
commit
40f91d052c
8 changed files with 33 additions and 33 deletions
|
|
@ -215,13 +215,13 @@ accounts-reason-required: true
|
|||
|
||||
# Int. Maximum allowed image upload size in bytes.
|
||||
# Examples: [2097152, 10485760]
|
||||
# Default: 2097152 -- aka 2MB
|
||||
media-image-max-size: 2097152
|
||||
# Default: 10485760 -- aka 10MB
|
||||
media-image-max-size: 10485760
|
||||
|
||||
# Int. Maximum allowed video upload size in bytes.
|
||||
# Examples: [2097152, 10485760]
|
||||
# Default: 10485760 -- aka 10MB
|
||||
media-video-max-size: 10485760
|
||||
# Default: 41943040 -- aka 40MB
|
||||
media-video-max-size: 41943040
|
||||
|
||||
# Int. Minimum amount of characters required as an image or video description.
|
||||
# Examples: [500, 1000, 1500]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue