Skip to content

Commit

Permalink
Disable USE_MULTIPROCESSING for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Oct 8, 2023
1 parent d26695d commit a6ce0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publicdb/settings_develop.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# Process data with multiple threads. Default is enabled (True).
# Disable multiprocessing for debugging purposes. When multithreaded
# processing is enabled the traceback doesn't go to the exact location.
USE_MULTIPROCESSING = True
USE_MULTIPROCESSING = False

# Disable emailing
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
Expand Down

0 comments on commit a6ce0c5

Please sign in to comment.