mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-07 15:03:15 -06: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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue