summaryrefslogtreecommitdiff
path: root/test/test.json
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-07-20 12:25:06 +0200
committerLibravatar GitHub <noreply@github.com>2022-07-20 12:25:06 +0200
commit40f91d052c1bbdd3121c8fd2bde687853a7bed5a (patch)
tree0dcdf3a4817b24f9f2d7947dcc3202a476df61e3 /test/test.json
parent[docs] Fix typo in funding.yml (#722) (diff)
downloadgotosocial-40f91d052c1bbdd3121c8fd2bde687853a7bed5a.tar.xz
[chore] Update image/video size defaults to mastodon's (#723)
Diffstat (limited to 'test/test.json')
-rw-r--r--test/test.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.json b/test/test.json
index d12b06d50..2b23899f0 100644
--- a/test/test.json
+++ b/test/test.json
@@ -23,8 +23,8 @@
"log-level": "info",
"media-description-max-chars": 500,
"media-description-min-chars": 0,
- "media-image-max-size": 2097152,
- "media-video-max-size": 10485760,
+ "media-image-max-size": 10485760,
+ "media-video-max-size": 41943040,
"oidc-client-id": "",
"oidc-client-secret": "",
"oidc-enabled": false,