[chore] Update image/video size defaults to mastodon's (#723)

This commit is contained in:
tobi 2022-07-20 12:25:06 +02:00 committed by GitHub
commit 40f91d052c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 33 additions and 33 deletions

View file

@ -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,