diff options
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). |