Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann committed Nov 16, 2013
1 parent 97fdddc commit 28760c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
---------------
Expand Down

0 comments on commit 28760c8

Please sign in to comment.