mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
Add code indent
This commit is contained in:
parent
57ed7747f7
commit
5fc5267d2a
|
@ -663,7 +663,7 @@ message, it raises the ``ConsumeLater`` exception, which puts the message
|
||||||
back on the channel it came from and tells the worker to work on another message.
|
back on the channel it came from and tells the worker to work on another message.
|
||||||
|
|
||||||
There's a high cost to using ``enforce_ordering``, which is why it's an optional
|
There's a high cost to using ``enforce_ordering``, which is why it's an optional
|
||||||
decorator. Here's an example of it being used
|
decorator. Here's an example of it being used::
|
||||||
|
|
||||||
# In consumers.py
|
# In consumers.py
|
||||||
from channels import Channel, Group
|
from channels import Channel, Group
|
||||||
|
|
Loading…
Reference in New Issue
Block a user