aboutsummaryrefslogtreecommitdiff
path: root/brep/options.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-03-19 15:10:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-03-19 19:58:33 +0300
commitf9d6c62ec593ec743a4ec9b25d7614606d27d4fa (patch)
tree1b00a70f0f74bc3d82d7190b20cf59fb355b0fa0 /brep/options.cli
parent45aec70e4b577aaec17720b6082fe6b8ad0e243f (diff)
Use connection_pool_factory in brep module
Diffstat (limited to 'brep/options.cli')
-rw-r--r--brep/options.cli7
1 files changed, 7 insertions, 0 deletions
diff --git a/brep/options.cli b/brep/options.cli
index bcb335e..d63a561 100644
--- a/brep/options.cli
+++ b/brep/options.cli
@@ -72,6 +72,13 @@ namespace brep
"Database port number. If not specified, the default port is used."
}
+ size_t db-max-connections = 5
+ {
+ "<num>",
+ "The maximum number of concurrent database connections per web server
+ process. If 0, then no limitation is applied. The default is 5."
+ }
+
size_t db-retry = 10
{
"<num>",