mirror of
https://github.com/django/daphne.git
synced 2025-06-29 17:33:05 +03:00
Typo fix in ordering page.
This commit is contained in:
parent
d0a9279939
commit
54dc80e9a5
|
@ -485,7 +485,7 @@ Enforcing Ordering
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
There's one final concept we want to introduce you to before you go on to build
|
There's one final concept we want to introduce you to before you go on to build
|
||||||
sites with Channels - consmer ordering
|
sites with Channels - consumer ordering.
|
||||||
|
|
||||||
Because Channels is a distributed system that can have many workers, by default
|
Because Channels is a distributed system that can have many workers, by default
|
||||||
it just processes messages in the order the workers get them off the queue.
|
it just processes messages in the order the workers get them off the queue.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user