From e7b274edf3aa8320edf91a652e1c221654e26aa6 Mon Sep 17 00:00:00 2001 From: Alexander Sibiryakov Date: Wed, 1 Apr 2015 11:49:55 +0200 Subject: [PATCH] Reformat to 80 characters per line. --- docs/topics/settings.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index bbe822046..3a2876a7a 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -749,9 +749,10 @@ REACTOR_THREADPOOL_MAXSIZE Default: ``10`` -The maximum limit for Twisted Reactor thread pool size. This is common multi-purpose thread pool used by various -Scrapy components. Threaded DNS Resolver, BlockingFeedStorage, S3FilesStore just to name a few. Increase this value if -you're experiencing problems with insufficient blocking IO. +The maximum limit for Twisted Reactor thread pool size. This is common +multi-purpose thread pool used by various Scrapy components. Threaded +DNS Resolver, BlockingFeedStorage, S3FilesStore just to name a few. Increase +this value if you're experiencing problems with insufficient blocking IO. .. setting:: REDIRECT_MAX_TIMES