Change the interval of the processor service

Change-Id: Ia7c9860585c027edef0dac06d113989d7a01762c
This commit is contained in:
Alexey Weyl 2016-06-08 16:16:10 +03:00
parent 4e24793551
commit 997cf01bff

View File

@ -44,7 +44,7 @@ class VitrageGraphService(os_service.Service):
LOG.info("Vitrage Graph Service - Starting...")
super(VitrageGraphService, self).start()
self.tg.add_timer(1.0, self._process_event_non_blocking)
self.tg.add_timer(0.1, self._process_event_non_blocking)
LOG.info("Vitrage Graph Service - Started!")