1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-26 18:21:01 +00:00

docs: update incorrect default value for DATABASE_MIN_CONNS in the man page

This commit is contained in:
Frédéric Guillot 2025-08-18 17:11:55 -07:00
parent 84ae1d5dc0
commit f6532e16f2

View file

@ -223,7 +223,7 @@ Default is 20\&.
.B DATABASE_MIN_CONNS .B DATABASE_MIN_CONNS
Minimum number of database connections\&. Minimum number of database connections\&.
.br .br
Default is 20\&. Default is 1\&.
.TP .TP
.B DATABASE_URL .B DATABASE_URL
Postgresql connection parameters\&. Postgresql connection parameters\&.