1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

edited client_max_body_size from 50M to 100M

This commit is contained in:
OniriCorpe 2022-03-27 22:46:21 +02:00
parent eac9c5d4ea
commit 837743990c
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ app=$YNH_APP_INSTANCE_NAME
domain=$YNH_APP_ARG_DOMAIN
path_url="/"
client_max_body_size="50M"
client_max_body_size="100M"
admin=$YNH_APP_ARG_ADMIN
email=$YNH_APP_ARG_EMAIL

View file

@ -90,7 +90,7 @@ ynh_script_progression --message="Ensuring downward compatibility..."
if ynh_compare_current_package_version --comparison lt --version 0.2.1~ynh4
then
# declaration of new parameters
client_max_body_size="50M"
client_max_body_size="100M"
media_image_max_size="2097152"
media_video_max_size="10485760"
media_description_min_chars="0"