Fix use of PAPERLESS_DB_TIMEOUT for all db types

This commit is contained in:
shamoon
2023-06-11 13:20:40 -07:00
parent e3ea5dd13c
commit 3d85dc1127
3 changed files with 126 additions and 55 deletions

View File

@@ -139,8 +139,8 @@ changed here.
`PAPERLESS_DB_TIMEOUT=<float>`
: Amount of time for a database connection to wait for the database to
unlock. Mostly applicable for an sqlite based installation, consider
changing to postgresql if you need to increase this.
unlock. Mostly applicable for sqlite based installation. Consider changing
to postgresql if you are having concurrency problems with sqlite.
Defaults to unset, keeping the Django defaults.