From 7f295e1e003c2f9b95999a7340e62bf90698433d Mon Sep 17 00:00:00 2001 From: bubbleboy14 Date: Wed, 8 May 2024 13:04:13 -0700 Subject: [PATCH] registrar docstring --- rel/registrar.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rel/registrar.py b/rel/registrar.py index 804d897..95bb305 100644 --- a/rel/registrar.py +++ b/rel/registrar.py @@ -38,9 +38,9 @@ def timeout(self,delay,cb,*args): Another benefit of the pure-Python Registrar subclasses (wrapping epoll, poll, kqueue, and select - by default, rel uses the fastest available) is that they run at configurable rates. By default, rel's CPU footprint is -unnoticeably tiny unless it's currently managing active writes, in which -case it ramps up to push the bytes through faster. These rates (normal -and turbo) can be adjusted with a couple functions: +unnoticeably tiny unless it's currently managing active writes or reads, +in which case it ramps up to push the bytes through faster. These rates +(normal and turbo) can be adjusted with a couple functions: def set_sleep(s): global SLEEP_SEC