Skip to content

Commit

Permalink
Merge pull request #421 from camilonova/patch-1
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
mariocesar committed Nov 25, 2015
2 parents e229a64 + 636140a commit 18dc6a7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ You can use the 'get_thumbnail'::

See more examples in the section `Low level API examples`_ in the Documentation

--------------------------

Frequently asked questions
--------------------------
==========================

Is so slow in Amazon S3 !
-------------------------
Expand All @@ -137,10 +137,11 @@ Posible related to the implementation of your Amazon S3 Backend, see the issue `
due the storage backend reviews if there is an existing thumbnail when tries to
generate the thumbnail that makes an extensive use of the S3 API

A fast workaround if you are not willing to tweak your storage backend is to set
the `THUMBNAIL_FORCE_OVERWRITE` setting to `True` by default is `False`, so it will
avoid to overly query the S3 API
A fast workaround if you are not willing to tweak your storage backend is to set::

THUMBNAIL_FORCE_OVERWRITE = True
So it will avoid to overly query the S3 API.



Expand All @@ -160,4 +161,4 @@ avoid to overly query the S3 API
.. _`Template examples`: http://sorl-thumbnail.readthedocs.org/en/latest/examples.html#template-examples
.. _`Model examples`: http://sorl-thumbnail.readthedocs.org/en/latest/examples.html#model-examples
.. _`Low level API examples`: http://sorl-thumbnail.readthedocs.org/en/latest/examples.html#low-level-api-examples
.. _ `#351`: https://github.com/mariocesar/sorl-thumbnail/issues/351
.. _ `#351`: https://github.com/mariocesar/sorl-thumbnail/issues/351

0 comments on commit 18dc6a7

Please sign in to comment.