Skip to content

Commit

Permalink
Typo: _QUEUE_ALL_FLAG
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Nov 21, 2020
1 parent 795945b commit 8d9118f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,7 @@ def get_geonode_catalogue_service():

# Queue non-blocking notifications.
# Set this to False in order to run async
_QUEUE_ALL_FLAG = 'False' if ASYNC_SIGNALS else 'True'
_QUEUE_ALL_FLAG = 'True' if ASYNC_SIGNALS else 'False'
PINAX_NOTIFICATIONS_QUEUE_ALL = ast.literal_eval(os.environ.get('NOTIFICATIONS_QUEUE_ALL', _QUEUE_ALL_FLAG))
PINAX_NOTIFICATIONS_LOCK_WAIT_TIMEOUT = os.environ.get('NOTIFICATIONS_LOCK_WAIT_TIMEOUT', 600)

Expand Down

0 comments on commit 8d9118f

Please sign in to comment.