Skip to content

Commit

Permalink
Merge pull request #658 from populov/patch-1
Browse files Browse the repository at this point in the history
Fix typo in documentation
  • Loading branch information
direvius committed Oct 31, 2018
2 parents 2a9404c + 709ae28 commit 368564b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core_and_modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ How it works
BFG Worker Type
---------------
By default, BFG will create lots of processes (number is defined by ``instances`` option).
Every process will execute requests in a single thread. These processes will comsume a lot of memory.
Every process will execute requests in a single thread. These processes will consume a lot of memory.
It's also possible to switch this behavior and use ``gevent`` to power up every worker process,
allowing it to have multiple concurrent threads executing HTTP requests.

Expand Down

0 comments on commit 368564b

Please sign in to comment.