10 lines
368 B
Ruby
10 lines
368 B
Ruby
# frozen_string_literal: true
|
|
|
|
# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
|
|
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE
|
|
# timeout = Integer(ENV['WEB_TIMEOUT'] || 15)
|
|
# if ENV['RAILS_ENV'] == 'development' || ENV['IDE_PROCESS_DISPATCHER']
|
|
# timeout = 10000
|
|
# end
|
|
#
|
|
# Rack::Timeout.timeout = timeout # seconds
|