Revert "work around a memory leak in channels_redis"

This reverts commit e25da217e8.
This commit is contained in:
Ryan Petrello
2020-09-08 10:40:47 -04:00
parent f81560b12c
commit c862b3e5a2
2 changed files with 1 additions and 31 deletions

View File

@@ -790,7 +790,7 @@ ASGI_APPLICATION = "awx.main.routing.application"
CHANNEL_LAYERS = {
"default": {
"BACKEND": "awx.main.consumers.ExpiringRedisChannelLayer",
"BACKEND": "channels_redis.core.RedisChannelLayer",
"CONFIG": {
"hosts": [BROKER_URL],
"capacity": 10000,