Skip to content
Snippets Groups Projects
Commit e726df9a authored by Helge Jung's avatar Helge Jung
Browse files

only rescan peers repo every 5min (instead of each)

parent 4bc21c85
No related branches found
No related tags found
No related merge requests found
......@@ -555,7 +555,7 @@ def ffpb_notify_newly_seen_nodes(bot, new):
bot.msg(action_target, '\x01ACTION %s\x01' % action_msg)
@willie.module.interval(60)
@willie.module.interval(300)
def ffpb_updatepeers(bot):
"""Refresh list of peers and message the diff."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment