Gilles has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/237044

Change subject: Disable result storage in thumbor role
......................................................................

Disable result storage in thumbor role

While this is terrible for performance in the short term, it will be
solved soon by putting varnish in front of thumbor. Result storage
will be able to come back once a purging mechanism is implemented
in thumbor.

Change-Id: I05379deff8a1092b84b91639e38658aaed1b1d9b
---
M puppet/modules/thumbor/templates/thumbor.conf.erb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/44/237044/1

diff --git a/puppet/modules/thumbor/templates/thumbor.conf.erb 
b/puppet/modules/thumbor/templates/thumbor.conf.erb
index 13991b9..3eedb50 100644
--- a/puppet/modules/thumbor/templates/thumbor.conf.erb
+++ b/puppet/modules/thumbor/templates/thumbor.conf.erb
@@ -143,7 +143,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 = 'thumbor.result_storages.file_storage'
+#RESULT_STORAGE = 'thumbor.result_storages.file_storage'
 
 ## The imaging engine thumbor should use to perform image operations. This must
 ## be the full name of a python module (python must be able to import it)

-- 
To view, visit https://gerrit.wikimedia.org/r/237044
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I05379deff8a1092b84b91639e38658aaed1b1d9b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Gilles <gdu...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to