aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-03-19 12:08:49 +0100
committerBadlop <badlop@process-one.net>2021-03-19 15:12:43 +0100
commitc6f2d0c3eb790785fe77a1aa0775e9eb570ab0ff (patch)
tree1db129d49602ceac98642c6b692c4f50c57925bb /src
parentWhen occupant is banned, remove his subscriptions too (#2451) (diff)
Improve wording of sql_pool_size option documentation (#2541)
Diffstat (limited to 'src')
-rw-r--r--src/ejabberd_options_doc.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ejabberd_options_doc.erl b/src/ejabberd_options_doc.erl
index d62950dd8..2addfd19c 100644
--- a/src/ejabberd_options_doc.erl
+++ b/src/ejabberd_options_doc.erl
@@ -1258,8 +1258,8 @@ doc() ->
{sql_pool_size,
#{value => ?T("Size"),
desc =>
- ?T("A number of connections to the SQL server. By default ejabberd opens "
- "10 connections to the database for each virtual host. WARNING: "
+ ?T("Number of connections to the SQL server that ejabberd will "
+ "open for each virtual host. The default value is 10. WARNING: "
"for SQLite this value is '1' by default and it's not recommended "
"to change it due to potential race conditions.")}},
{sql_port,