mirror of
https://github.com/neocities/neocities.git
synced 2025-07-20 17:46:05 +02:00
scale phantomjs, enable js for screenshots, strong browse visits
This commit is contained in:
parent
90e40168a2
commit
c2ff6ca2e4
4 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue