From 1fd90bd5772315e4e338155eca03988d456f8c7f Mon Sep 17 00:00:00 2001 From: kwaaak Date: Mon, 25 Mar 2019 06:10:53 +0100 Subject: [PATCH] Update core_section.py --- sopel/config/core_section.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sopel/config/core_section.py b/sopel/config/core_section.py index 40802dcd5f..ec96b871f1 100644 --- a/sopel/config/core_section.py +++ b/sopel/config/core_section.py @@ -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."""