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