7 lines
No EOL
279 B
Ruby
7 lines
No EOL
279 B
Ruby
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
|
# timeout = Integer(ENV['WEB_TIMEOUT'] || 15)
|
|
# if ENV['RAILS_ENV'] == 'development' || ENV['IDE_PROCESS_DISPATCHER']
|
|
# timeout = 10000
|
|
# end
|
|
#
|
|
# Rack::Timeout.timeout = timeout # seconds |