mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 13:22: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
|
|
@ -53,8 +53,8 @@ var Defaults = Configuration{
|
|||
AccountsApprovalRequired: true,
|
||||
AccountsReasonRequired: true,
|
||||
|
||||
MediaImageMaxSize: 2097152, // 2mb
|
||||
MediaVideoMaxSize: 10485760, // 10mb
|
||||
MediaImageMaxSize: 10485760, // 10mb
|
||||
MediaVideoMaxSize: 41943040, // 40mb
|
||||
MediaDescriptionMinChars: 0,
|
||||
MediaDescriptionMaxChars: 500,
|
||||
MediaRemoteCacheDays: 30,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue