Merge branch 'master' of github.com:neocities/neocities

This commit is contained in:
Kyle Drake 2014-12-21 08:55:37 +00:00
commit e2ee2f2281

View file

@ -50,7 +50,8 @@ class ScreenshotWorker
# :nocov:
puts "#{username}/#{path} is timing out, discontinuing"
site = Site[username: username]
site.update is_crashing: true
site.is_crashing = true
site.save_changes validate: false
# Don't enable until we know it works well.
=begin