From 28760c864f25e66f38a3d9d34a10d8ad169d553a Mon Sep 17 00:00:00 2001 From: Bernardo Heynemann Date: Fri, 15 Nov 2013 22:35:05 -0200 Subject: [PATCH] README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 142b93f..e85bf7c 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,10 @@ This is the main unit of work in `octopus`. To enqueue new urls you need to have The constructor for `Octopus` takes several configuration options: -* concurrency: number of threads to use to retrieve URLs (defaults to 10 threads); -* auto_start: Indicates whether threads should be started automatically (defaults to False); -* cache: If set to `True`, responses will be cached for the number of seconds specified in `expiration_in_seconds` (defaults to False); -* expiration_in_seconds: The number of seconds to keep url responses in the local cache (defaults to 30). +* `concurrency`: number of threads to use to retrieve URLs (defaults to 10 threads); +* `auto_start`: Indicates whether threads should be started automatically (defaults to False); +* `cache`: If set to `True`, responses will be cached for the number of seconds specified in `expiration_in_seconds` (defaults to False); +* `expiration_in_seconds`: The number of seconds to keep url responses in the local cache (defaults to 30). Octopus.start() ---------------