mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Apply ephemeral cache for some memoize tasks recently merged
This commit is contained in:
@@ -89,4 +89,7 @@ data:
|
||||
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
|
||||
'LOCATION': '{}:{}'.format("localhost", "11211")
|
||||
},
|
||||
'ephemeral': {
|
||||
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user