diff options
author | Mark Felder <feld@feld.me> | 2022-09-30 12:22:06 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2022-09-30 12:22:06 -0400 |
commit | 1958f23fe709fbd59f8eb09ed8749fffa2c91f23 (patch) | |
tree | 51ca76385c9e76c462ceae43ea45b28f266725c5 /lib/pleroma | |
parent | 3f1c31b7cd07a4d07e3ec407534c80a14f02294a (diff) | |
download | pleroma-fix-deprecation-text.tar.gz |
Fix deprecation warning for Gun timeoutfix-deprecation-text
Diffstat (limited to 'lib/pleroma')
-rw-r--r-- | lib/pleroma/config/deprecation_warnings.ex | 2 |
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 = |