diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-03-19 15:10:50 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-03-19 19:58:33 +0300 |
commit | f9d6c62ec593ec743a4ec9b25d7614606d27d4fa (patch) | |
tree | 1b00a70f0f74bc3d82d7190b20cf59fb355b0fa0 /etc/brep-module.conf | |
parent | 45aec70e4b577aaec17720b6082fe6b8ad0e243f (diff) |
Use connection_pool_factory in brep module
Diffstat (limited to 'etc/brep-module.conf')
-rw-r--r-- | etc/brep-module.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/brep-module.conf b/etc/brep-module.conf index 05fd278..82a21e1 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -49,6 +49,10 @@ menu About=?about # db-host # db-port +# The maximum number of concurrent database connections per web server +# process. If 0, then no limitation is applied. +# +# db-max-connections 5 # The maximum number of times to retry database transactions in the # face of recoverable failures (deadlock, loss of connection, etc). |