From 40f91d052c1bbdd3121c8fd2bde687853a7bed5a Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Wed, 20 Jul 2022 12:25:06 +0200 Subject: [chore] Update image/video size defaults to mastodon's (#723) --- test/test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/test.yaml') diff --git a/test/test.yaml b/test/test.yaml index 6bd15a703..9a57b589d 100644 --- a/test/test.yaml +++ b/test/test.yaml @@ -186,13 +186,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] -- cgit v1.3