Gilles has uploaded a new change for review. https://gerrit.wikimedia.org/r/310813
Change subject: Enable Tornado async curl loader for Thumbor ...................................................................... Enable Tornado async curl loader for Thumbor Refs T145768 Change-Id: I3cf56e05b4938b137a3a1acf1711bdf7a6f42964 --- M modules/thumbor/templates/server.conf.erb 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/13/310813/1 diff --git a/modules/thumbor/templates/server.conf.erb b/modules/thumbor/templates/server.conf.erb index 325e053..c5f3209 100644 --- a/modules/thumbor/templates/server.conf.erb +++ b/modules/thumbor/templates/server.conf.erb @@ -70,6 +70,10 @@ ## Defaults to: None HTTP_LOADER_CA_CERTS = '/etc/ssl/certs/ca-certificates.crt' +## If the CurlAsyncHTTPClient should be used +## Defaults to: False +HTTP_LOADER_CURL_ASYNC_HTTP_CLIENT = True + ## Max size in Kb for images uploaded to thumbor ## Aliases: MAX_SIZE ## Defaults to: 0 -- To view, visit https://gerrit.wikimedia.org/r/310813 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3cf56e05b4938b137a3a1acf1711bdf7a6f42964 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
