docs/DESIGN.md in pitchfork-0.11.0 vs docs/DESIGN.md in pitchfork-0.11.1

- old
+ new

@@ -47,10 +47,10 @@ non-blocking accept() on them. The kernel will decide which worker process to give a socket to and workers will sleep if there is nothing to accept(). * Since non-blocking accept() is used, there can be a thundering - herd when an occasional client connects when application + herd when an occasional client connects when the application *is not busy*. The thundering herd problem should not affect applications that are running all the time since worker processes will only select()/accept() outside of the application dispatch. * Additionally, thundering herds are much smaller than with