1
0
Fork 0

Increase max entries in cache

environments/stage/deployments/192
Alfredos-Panagiotis Damkalis 2018-08-31 22:30:53 +03:00
parent e4f92aad2e
commit 8724e0942e
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ CACHES = {
'BACKEND': config('CACHE_BACKEND', default='redis_cache.RedisCache'),
'LOCATION': config('CACHE_LOCATION', default='unix://var/run/redis/redis.sock'),
'OPTIONS': {
'MAX_ENTRIES': 5000,
'CLIENT_CLASS': config('CACHE_CLIENT_CLASS',
default='django_redis.client.DefaultClient'),
},