Gilles has uploaded a new change for review. ( 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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/61/345161/1 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: newchange Gerrit-Change-Id: I5e1af1475eade50e4c3d1dc180a8196501581e7d 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
