mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Fix use of PAPERLESS_DB_TIMEOUT for all db types
This commit is contained in:
parent
e3ea5dd13c
commit
3d85dc1127
3 changed files with 126 additions and 55 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue