From 636140aaa9168f97b7332180688f6f7828ec31d2 Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Wed, 25 Nov 2015 12:39:21 -0500 Subject: [PATCH] Update README.rst --- README.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 37d55251e..02379c7e6 100644 --- a/README.rst +++ b/README.rst @@ -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 ! ------------------------- @@ -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. @@ -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 \ No newline at end of file +.. _ `#351`: https://github.com/mariocesar/sorl-thumbnail/issues/351