mirror of
https://github.com/django/daphne.git
synced 2024-11-22 07:56:34 +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):
|
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()
|
channels = self.factory.reply_channels()
|
||||||
delay = 0.05
|
delay = 0.05
|
||||||
|
|
Loading…
Reference in New Issue
Block a user