mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add new option DATABASE_CONNECTION_LIFETIME
This commit is contained in:
parent
e0557d8961
commit
c119a2c011
5 changed files with 28 additions and 3 deletions
14
miniflux.1
14
miniflux.1
|
@ -1,5 +1,5 @@
|
|||
.\" Manpage for miniflux.
|
||||
.TH "MINIFLUX" "1" "April 30, 2021" "\ \&" "\ \&"
|
||||
.TH "MINIFLUX" "1" "May 23, 2021" "\ \&" "\ \&"
|
||||
|
||||
.SH NAME
|
||||
miniflux \- Minimalist and opinionated feed reader
|
||||
|
@ -174,6 +174,11 @@ Path to a secret key exposed as a file, it should contain $DATABASE_URL value\&.
|
|||
.br
|
||||
Default is empty\&.
|
||||
.TP
|
||||
.B DATABASE_CONNECTION_LIFETIME
|
||||
Set the maximum amount of time a connection may be reused\&.
|
||||
.br
|
||||
Default is 5 minutes\&.
|
||||
.TP
|
||||
.B DATABASE_MAX_CONNS
|
||||
Maximum number of database connections\&.
|
||||
.br
|
||||
|
@ -400,7 +405,12 @@ Disabled by default\&.
|
|||
.B MAINTENANCE_MESSAGE
|
||||
Define a custom maintenance message\&.
|
||||
.br
|
||||
Default is "Miniflux is currently under maintenance".
|
||||
Default is "Miniflux is currently under maintenance"\&.
|
||||
.TP
|
||||
.B WATCHDOG
|
||||
Enable or disable Systemd watchdog\&.
|
||||
.br
|
||||
Enabled by default\&.
|
||||
|
||||
.SH AUTHORS
|
||||
.P
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue