Improve wording of sql_pool_size option documentation (#2541)

This commit is contained in:
Badlop 2021-03-19 12:08:49 +01:00
parent 13e1307ab1
commit c6f2d0c3eb
1 changed files with 2 additions and 2 deletions

View File

@ -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,