mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 09:27:31 -02: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