mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
Revert "work around a memory leak in channels_redis"
This reverts commit e25da217e8.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user