]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Longer (5 vs 0.2s) guard_cycle for Django-Q 1091/head
authorAdam H <adam@nethosting.hu>
Sat, 4 Jun 2022 00:12:53 +0000 (10:12 +1000)
committerGitHub <noreply@github.com>
Sat, 4 Jun 2022 00:12:53 +0000 (10:12 +1000)
commit20c597b1d7f77c12ae08c222bb2ce866eab6488a
tree24960726d0307d81f6834813c874eab4b7e2fe81
parent9dc198950772a1c8acefd8426b32240297f9367a
Longer (5 vs 0.2s) guard_cycle for Django-Q

To reduce average CPU load. Given paperless is mostly idling and when not, just spawns long-running operations (e.g., OCR), a 0.2s health-check of the Django-Q cluster is unnecessary. See also #1084
src/paperless/settings.py