Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
Renaming of parameter.
  • Loading branch information
evilsidekick293 committed Dec 5, 2021
1 parent fdfaf01 commit 6986b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paperless/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def default_task_workers():
'catch_up': False,
'recycle': 1,
'retry': 1800,
'timeout': int(os.getenv("PAPERLESS_TIMEOUT_WORKERS", 1800)),
'timeout': int(os.getenv("PAPERLESS_WORKER_TIMEOUT", 1800)),
'workers': TASK_WORKERS,
'redis': os.getenv("PAPERLESS_REDIS", "redis://localhost:6379")
}
Expand Down

0 comments on commit 6986b3b

Please sign in to comment.