Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Commit

Permalink
Set sleeptime default to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
umbrae committed Sep 18, 2014
1 parent 73f3089 commit 3a761e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class ZooKeeperConfig(object):

@config_section
class DefaultsConfig(object):
sleeptime = Option(int, default=5)
sleeptime = Option(int, default=0)
shuffle = Option(boolean, default=False)


Expand Down

0 comments on commit 3a761e9

Please sign in to comment.