summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-04-21 14:32:06 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-05-06 13:25:47 +0300
commit2ccd97c3afdc26e93e9e1b9a9e58f6d074fc9a67 (patch)
treeed59804f84c362b0132a9098efa0cfcbad1c622c
parentc3d69041d4e8bbcdb180a2b449be69cfed82a8b4 (diff)
adding settings to descriptions.exs
-rw-r--r--config/description.exs14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs
index 1b2afebef..7fa087024 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -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: