1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2025-04-23 11:24:08 +00:00

Merge branch 'fix-deprecation-text' into 'develop'

Fix deprecation warning for Gun timeout

See merge request 
This commit is contained in:
feld 2022-10-24 14:22:49 +00:00
commit 7a519b6a66

View file

@ -311,7 +311,7 @@ defmodule Pleroma.Config.DeprecationWarnings do
warning_preface = """
!!!DEPRECATION WARNING!!!
Your config is using old setting name `timeout` instead of `recv_timeout` in pool settings. Setting should work for now, but you are advised to change format to scheme with port to prevent possible issues later.
Your config is using old setting name `timeout` instead of `recv_timeout` in pool settings. The setting will not take effect until updated.
"""
updated_config =