fix interval yet again
This commit is contained in:
parent
11d52dc61a
commit
66c7acb36d
1 changed files with 1 additions and 1 deletions
|
@ -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 --")
|
||||
|
||||
|
|
Loading…
Reference in a new issue