Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Switch to redis pubsub channel layer
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksellen committed Aug 28, 2023
1 parent a8cd2ea commit 7faaff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@

CHANNEL_LAYERS = {
"default": {
"BACKEND": "channels_redis.core.RedisChannelLayer",
"BACKEND": "channels_redis.pubsub.RedisPubSubChannelLayer",
"CONFIG": {
"hosts": [REDIS_URL],
},
Expand Down

0 comments on commit 7faaff5

Please sign in to comment.