summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2022-10-24 14:22:49 +0000
committerfeld <feld@feld.me>2022-10-24 14:22:49 +0000
commit7a519b6a6607bc1dd22e6a3450aebf0f1ff11fb8 (patch)
tree45e237154063cead9ddcd347c9758e932357e333
parent705ba6d615ea3d8187673a5ab95af05f3ab7193b (diff)
parent1958f23fe709fbd59f8eb09ed8749fffa2c91f23 (diff)
Merge branch 'fix-deprecation-text' into 'develop'
Fix deprecation warning for Gun timeout See merge request pleroma/pleroma!3759
-rw-r--r--lib/pleroma/config/deprecation_warnings.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/config/deprecation_warnings.ex b/lib/pleroma/config/deprecation_warnings.ex
index 599f1d3cf..b53b15d95 100644
--- a/lib/pleroma/config/deprecation_warnings.ex
+++ b/lib/pleroma/config/deprecation_warnings.ex
@@ -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 =