mirror of
https://github.com/django/daphne.git
synced 2024-11-21 23:46:33 +03:00
Update backend_reader docstring
This commit is contained in:
parent
6f47ba75f9
commit
7b83471e6c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user