Gilles has uploaded a new change for review. https://gerrit.wikimedia.org/r/315208
Change subject: Increase Thumbor HTTP_LOADER_REQUEST_TIMEOUT to 2 minutes ...................................................................... Increase Thumbor HTTP_LOADER_REQUEST_TIMEOUT to 2 minutes Refs T147412 The current limit is still insufficient for some legit original downloads from swift Change-Id: Ib7af86ecbdc4800d7e7d1bbea26516026cf61e4e --- M modules/thumbor/templates/server.conf.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/08/315208/1 diff --git a/modules/thumbor/templates/server.conf.erb b/modules/thumbor/templates/server.conf.erb index 33cde54..f50086e 100644 --- a/modules/thumbor/templates/server.conf.erb +++ b/modules/thumbor/templates/server.conf.erb @@ -68,7 +68,7 @@ ## The maximum number of seconds libcurl can take to download an image ## Defaults to: 20 -HTTP_LOADER_REQUEST_TIMEOUT = 60 +HTTP_LOADER_REQUEST_TIMEOUT = 120 ## Max size in Kb for images uploaded to thumbor ## Aliases: MAX_SIZE -- To view, visit https://gerrit.wikimedia.org/r/315208 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib7af86ecbdc4800d7e7d1bbea26516026cf61e4e Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Gilles <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
