Skip to content

Commit

Permalink
Update core_section.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaaak authored Mar 25, 2019
1 parent eb1eb52 commit 1fd90bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sopel/config/core_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,11 @@ def homedir(self):
default=4)
"""How many messages can be sent in burst mode."""

bucket_refill_rate = ValidatedAttribute('bucket_refill_rate', int,
bucket_refill_rate = ValidatedAttribute('bucket_refill_rate', int,
default=1)
"""How many tokens/second to add to the token bucket."""

bucket_empty_wait = ValidatedAttribute('bucket_empty_wait', float,
bucket_empty_wait = ValidatedAttribute('bucket_empty_wait', float,
default=0.7)
"""How long to wait before sending a messaging when not in burst
mode."""

0 comments on commit 1fd90bd

Please sign in to comment.