AC-990 Disabled capturing hosts M2M associated with job events.

This commit is contained in:
Chris Church 2014-02-06 11:25:45 -05:00
parent e17d076e55
commit 1b65a3256d

View File

@ -756,7 +756,7 @@ class JobEvent(BaseModel):
self.update_parent_failed_and_changed()
# FIXME: The update_hosts() call (and its queries) are the current
# performance bottleneck....
self.update_hosts()
#self.update_hosts()
self.update_host_summary_from_stats()
def update_parent_failed_and_changed(self):