Update backend_reader docstring

This commit is contained in:
Andrew Godwin 2016-02-24 08:04:04 -08:00
parent 6f47ba75f9
commit 7b83471e6c

View File

@ -23,7 +23,8 @@ class Server(object):
def backend_reader(self):
"""
Run in a separate thread; reads messages from the backend.
Runs as an-often-as-possible task with the reactor, unless there was
no result previously in which case we add a small delay.
"""
channels = self.factory.reply_channels()
delay = 0.05