mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
index host relationship to speed up fact_versions api endpoint
This commit is contained in:
@@ -182,6 +182,7 @@ class FactVersion(Document):
|
||||
meta = {
|
||||
'indexes': [
|
||||
'-timestamp',
|
||||
'module'
|
||||
'module',
|
||||
'host',
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user