scale phantomjs, enable js for screenshots, strong browse visits

This commit is contained in:
Kyle Drake 2013-06-23 15:40:46 -07:00
parent 90e40168a2
commit c2ff6ca2e4
4 changed files with 11 additions and 5 deletions

View file

@ -45,3 +45,9 @@ DB.loggers << Logger.new(STDOUT) if ENV['RACK_ENV'] == 'development'
if ENV['RACK_ENV'] == 'development' && Server.count == 0
Server.create ip: '127.0.0.1', slots_available: 999999
end
Backburner.configure do |config|
config.max_job_retries = 3
config.retry_delay = 200
config.respond_timeout = 20
end