Skip to content

Commit

Permalink
db_mysql: doc: clarifying max_db_queries meaning
Browse files Browse the repository at this point in the history
(cherry picked from commit 75be0c2)
  • Loading branch information
razvancrainea committed Jul 5, 2018
1 parent d8efa2a commit 5a3c286
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions modules/db_mysql/README
Expand Up @@ -104,8 +104,9 @@ modparam("db_mysql", "timeout_interval", 2)

1.3.3. max_db_queries (integer)

The maximum number of database queries to be executed. If this
parameter is set improperly, it is set to default value.
The maximum number of reties to execute a failed query due to
connections problems. If this parameter is set improperly, it
is set to default value.

Default value is 2.

Expand Down
4 changes: 2 additions & 2 deletions modules/db_mysql/doc/db_mysql_admin.xml
Expand Up @@ -94,8 +94,8 @@ modparam("db_mysql", "timeout_interval", 2)
<section>
<title><varname>max_db_queries</varname> (integer)</title>
<para>
The maximum number of database queries to be executed.
If this parameter is set improperly, it is set to default value.
The maximum number of reties to execute a failed query due to connections problems.
If this parameter is set improperly, it is set to default value.
</para>
<para>
<emphasis>
Expand Down

0 comments on commit 5a3c286

Please sign in to comment.