[ 源代码: ruby-rack-timeout ]
软件包:ruby-rack-timeout(0.6.3-1)
ruby-rack-timeout 的相关链接
Debian 的资源:
下载源码包 ruby-rack-timeout:
- [ruby-rack-timeout_0.6.3-1.dsc]
- [ruby-rack-timeout_0.6.3.orig.tar.gz]
- [ruby-rack-timeout_0.6.3-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.