Filippo Giunchedi has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/345161 )
Change subject: Disable storing Thumbor thumbnails ...................................................................... Disable storing Thumbor thumbnails This is to conserve swift storage capacity. The feature works, we don't need to test it further until Thumbor replaces image scalers. Change-Id: I5e1af1475eade50e4c3d1dc180a8196501581e7d --- M modules/thumbor/templates/swift.conf.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Filippo Giunchedi: Looks good to me, approved diff --git a/modules/thumbor/templates/swift.conf.erb b/modules/thumbor/templates/swift.conf.erb index 75b91d3..7a38f0e 100644 --- a/modules/thumbor/templates/swift.conf.erb +++ b/modules/thumbor/templates/swift.conf.erb @@ -1,7 +1,7 @@ ## The result storage thumbor should use to store generated images. This must be ## the full name of a python module (python must be able to import it) ## Defaults to: None -RESULT_STORAGE = 'wikimedia_thumbor.result_storage.swift' +#RESULT_STORAGE = 'wikimedia_thumbor.result_storage.swift' SWIFT_HOST = '<%= @swift_host %>' SWIFT_API_PATH = '/v1/AUTH_<%= @swift_account %>/' -- To view, visit https://gerrit.wikimedia.org/r/345161 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5e1af1475eade50e4c3d1dc180a8196501581e7d Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Gilles <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
