revert a faulty change that caused memory usage to explode #537

This commit is contained in:
jonaswinkler
2021-02-13 19:51:04 +01:00
parent 269b7aec38
commit c946263f31
4 changed files with 18 additions and 37 deletions

View File

@@ -169,16 +169,6 @@ CHANNEL_LAYERS = {
},
}
CACHES = {
"default": {
"BACKEND": "django_redis.cache.RedisCache",
"LOCATION": os.getenv("PAPERLESS_REDIS", "redis://localhost:6379"),
"OPTIONS": {
"CLIENT_CLASS": "django_redis.client.DefaultClient",
}
}
}
###############################################################################
# Security #
###############################################################################