mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Improve wording of sql_pool_size option documentation (#2541)
This commit is contained in:
parent
13e1307ab1
commit
c6f2d0c3eb
@ -1258,8 +1258,8 @@ doc() ->
|
|||||||
{sql_pool_size,
|
{sql_pool_size,
|
||||||
#{value => ?T("Size"),
|
#{value => ?T("Size"),
|
||||||
desc =>
|
desc =>
|
||||||
?T("A number of connections to the SQL server. By default ejabberd opens "
|
?T("Number of connections to the SQL server that ejabberd will "
|
||||||
"10 connections to the database for each virtual host. WARNING: "
|
"open for each virtual host. The default value is 10. WARNING: "
|
||||||
"for SQLite this value is '1' by default and it's not recommended "
|
"for SQLite this value is '1' by default and it's not recommended "
|
||||||
"to change it due to potential race conditions.")}},
|
"to change it due to potential race conditions.")}},
|
||||||
{sql_port,
|
{sql_port,
|
||||||
|
Loading…
Reference in New Issue
Block a user