From e15f361b0580eb85a13f79b2c96417d17b9a0de6 Mon Sep 17 00:00:00 2001 From: carlosp420 Date: Tue, 19 Jan 2016 11:12:43 -0500 Subject: [PATCH] fixed typo You -> you --- docs/topics/broad-crawls.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/broad-crawls.rst b/docs/topics/broad-crawls.rst index 79f0b3b53..28ed7c064 100644 --- a/docs/topics/broad-crawls.rst +++ b/docs/topics/broad-crawls.rst @@ -50,7 +50,7 @@ many different domains in parallel, so you will want to increase it. How much to increase it will depend on how much CPU you crawler will have available. A good starting point is ``100``, but the best way to find out is by doing some trials and identifying at what concurrency your Scrapy process gets CPU -bounded. For optimum performance, You should pick a concurrency where CPU usage +bounded. For optimum performance, you should pick a concurrency where CPU usage is at 80-90%. To increase the global concurrency use::