adding settings to descriptions.exs

This commit is contained in:
Alexander Strizhakov 2020-04-21 14:32:06 +03:00
parent c3d69041d4
commit 2ccd97c3af
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381

View File

@ -2942,6 +2942,20 @@ config :pleroma, :config_description, [
suggestions: [250]
},
%{
key: :max_idle_time,
type: :integer,
description:
"Maximum of time in minutes, while connection can be idle. Default: 5 minutes.",
suggestions: [5]
},
%{
key: :closing_idle_conns_interval,
type: :integer,
description:
"Interval between cleaning pool in minutes from idle connections. Default: 5 minutes.",
suggestions: [5]
},
%{
key: :retry,
type: :integer,
description: