aboutsummaryrefslogtreecommitdiff
path: root/brep/options.cli
diff options
context:
space:
mode:
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>",