Skip to content

Commit

Permalink
Use 0 instead of none to use default amount of workers
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere committed Nov 10, 2024
1 parent 2630fb7 commit 1a3fdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librephotos/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
HEAVYWEIGHT_PROCESS = (
int(HEAVYWEIGHT_PROCESS_ENV)
if (HEAVYWEIGHT_PROCESS_ENV and HEAVYWEIGHT_PROCESS_ENV.isnumeric())
else None
else 0
)

Q_CLUSTER = {
Expand Down

0 comments on commit 1a3fdaf

Please sign in to comment.