From 3fc1922e98efaf503b112e3cffe122f5dc8574f5 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Thu, 6 Feb 2020 11:56:56 -0600 Subject: [PATCH] Update slow.md --- developing-with-nats/events/slow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing-with-nats/events/slow.md b/developing-with-nats/events/slow.md index 6b327db..cf291cb 100644 --- a/developing-with-nats/events/slow.md +++ b/developing-with-nats/events/slow.md @@ -200,7 +200,7 @@ public class SlowConsumerListener { if len(msgs) == 3: # Head of line blocking on other messages caused - # by single message proccesing taking long... + # by single message processing taking too long... await asyncio.sleep(1) await nc.subscribe("updates", cb=cb, pending_msgs_limit=5)