mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 04:42: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
|
|
@ -63,8 +63,8 @@ var TestDefaults = config.Configuration{
|
|||
AccountsApprovalRequired: true,
|
||||
AccountsReasonRequired: true,
|
||||
|
||||
MediaImageMaxSize: 1048576, // 1mb
|
||||
MediaVideoMaxSize: 5242880, // 5mb
|
||||
MediaImageMaxSize: 10485760, // 10mb
|
||||
MediaVideoMaxSize: 41943040, // 40mb
|
||||
MediaDescriptionMinChars: 0,
|
||||
MediaDescriptionMaxChars: 500,
|
||||
MediaRemoteCacheDays: 30,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue