Skip to content

Commit

Permalink
Remove misleading sentence about retries.
Browse files Browse the repository at this point in the history
Actually what happens is that your retry preferences apply regardless of whether the failure was due to a connection problem or a timeout, but that's too complicated to get across in a readme.
  • Loading branch information
erikrose committed Jan 26, 2015
1 parent 06fd2f7 commit 3aa9676
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/elasticsearch-py.rst
Expand Up @@ -46,8 +46,6 @@ In general, pyelasticsearch focuses on...
indexing, where speed is most often a concern, and it complicates
troubleshooting, proxying, and setup.

Another example: we retry a query by default if a timeout occurs.

The tradeoff here is that we don't expose as many knobs to twiddle as the
official client. If you have unusual needs, we might not be for you.
Otherwise, you can enjoy less verbose code.
Expand Down

0 comments on commit 3aa9676

Please sign in to comment.