set THUMBNAIL_URL_TIMEOUT

I bet this is the problem
pull/94/head
eric 2024-09-01 15:46:57 -04:00
parent 0e7ae375fe
commit 948f3c3984
1 changed files with 1 additions and 0 deletions

View File

@ -462,6 +462,7 @@ PAYMENT_PROCESSOR = 'stripelib'
THUMBNAIL_DEBUG = True
THUMBNAIL_FORCE_OVERWRITE = False
THUMBNAIL_REMOVE_URL_ARGS = False
THUMBNAIL_URL_TIMEOUT = 60
# use redis
# THUMBNAIL_KVSTORE = 'sorl.thumbnail.kvstores.redis_kvstore.KVStore'