mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
index host relationship to speed up fact_versions api endpoint
This commit is contained in:
parent
e56e17bcbe
commit
a0b6d3f099
@ -182,6 +182,7 @@ class FactVersion(Document):
|
||||
meta = {
|
||||
'indexes': [
|
||||
'-timestamp',
|
||||
'module'
|
||||
'module',
|
||||
'host',
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user