lib/spud_photos/configuration.rb in tb_photos-1.0.3 vs lib/spud_photos/configuration.rb in tb_photos-1.0.4
- old
+ new
@@ -21,8 +21,8 @@
self.s3_credentials = "#{Rails.root}/config/s3.yml"
self.storage_path = ":rails_root/public/system/spud_photos/:id/:style/:basename.:extension"
self.storage_url = "/system/spud_photos/:id/:style/:basename.:extension"
self.enable_full_page_caching = false
self.page_caches_to_sweep = []
- self.max_image_upload_size = 2.megabytes
+ self.max_image_upload_size = 5.megabytes
end
end