Changes the type of the connection timeout to be an int, not a float

This commit is contained in:
Trenton H
2023-06-12 08:45:57 -07:00
parent 3d85dc1127
commit dd6ae13281
2 changed files with 4 additions and 4 deletions

View File

@@ -136,7 +136,7 @@ changed here.
Defaults to unset, using the documented path in the home directory.
`PAPERLESS_DB_TIMEOUT=<float>`
`PAPERLESS_DB_TIMEOUT=<int>`
: Amount of time for a database connection to wait for the database to
unlock. Mostly applicable for sqlite based installation. Consider changing