mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
Typo: "load of" -> "lot of" (#168)
This commit is contained in:
parent
1168ca670e
commit
917ba184bb
|
@ -45,7 +45,7 @@ serializable types, and stay under a certain size limit - but these are
|
||||||
implementation details you won't need to worry about until you get to more
|
implementation details you won't need to worry about until you get to more
|
||||||
advanced usage.
|
advanced usage.
|
||||||
|
|
||||||
The channels have capacity, so a load of producers can write lots of messages
|
The channels have capacity, so a lot of producers can write lots of messages
|
||||||
into a channel with no consumers and then a consumer can come along later and
|
into a channel with no consumers and then a consumer can come along later and
|
||||||
will start getting served those queued messages.
|
will start getting served those queued messages.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user