diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-26 16:55:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-26 16:55:17 +0200 |
commit | 907ba04425800ca5404c0b7c778dffe8fed38f2f (patch) | |
tree | f5f2964aa4df2b2d512fdb475b513f2adda6c73b | |
parent | 9d388ccfef0fa0dfe524682e5e35bc164b1f8a8c (diff) |
Add few missing newlines
-rw-r--r-- | etc/brep-module.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/brep-module.conf b/etc/brep-module.conf index 82a21e1..760d4ce 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -9,6 +9,7 @@ # # logo "" + # Web page menu. Each entry is displayed in the page header in the order # specified and aligned to the right edge. A link target that starts with '/' # or contains ':' is used as is. Otherwise, it is prefixed with the repository @@ -49,11 +50,13 @@ 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). # |