1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: ruby-rack-timeout
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Naga Durga <vvndurga1007@gmail.com>
Build-Depends: debhelper (>= 11~),
gem2deb
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rack-timeout.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rack-timeout
Homepage: https://github.com/heroku/rack-timeout
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-rack-timeout
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: Abort requests that are taking too long.
A generous timeout of 15s is the default. It's recommended to set the timeout
as low as realistically viable for your application. Most applications will
do fine with a setting between 2 and 5 seconds.
Rack::Timeout is not a solution to the problem of long-running requests,
it's a debug and remediation tool. App developers should track rack-timeout's
data and address recurring instances of particular timeouts.
|