Skip to content

Commit

Permalink
Don't run the check loop immediately.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Oct 21, 2008
1 parent d015d75 commit 18495ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whatsup.tac
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ reactor.callLater(5, site_checker)

# And do it periodically
site_checker_loop = task.LoopingCall(site_checker)
site_checker_loop.start(int(wu_config.CONF.get('general', 'loop_sleep')))
site_checker_loop.start(int(wu_config.CONF.get('general', 'loop_sleep')), False)

0 comments on commit 18495ff

Please sign in to comment.