fix interval yet again

This commit is contained in:
Morgan McMillian 2018-03-25 12:26:18 -07:00
parent 11d52dc61a
commit 66c7acb36d

View file

@ -227,7 +227,7 @@ class ChannelMonitor(threading.Thread):
rooms = MatrixRoom2.query.all()
for r in rooms:
self.poll_channel(r)
time.sleep(5)
time.sleep(.5)
time.sleep(3)
logging.info("-- Stopping channel monitor --")