ruby-rack-timeout 0.6.3-1 source package in Ubuntu

Changelog

ruby-rack-timeout (0.6.3-1) unstable; urgency=medium

  * Team upload
  * New upstream version 0.6.3
  * Refresh Patches
  * Bump Standards-Version to 4.6.1 (no changes needed)
  * Update d/copyright

 -- Vivek K J <email address hidden>  Thu, 18 Aug 2022 19:22:51 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rack-timeout_0.6.3-1.dsc 2.0 KiB e42d0e64e604965953dcae282e1485bb07d7bd035083b819207bfc7305cc666b
ruby-rack-timeout_0.6.3.orig.tar.gz 21.9 KiB 175a480123f8ad7a1d6811aeae349a9499648e37b52bd40c3b224715c987e6bb
ruby-rack-timeout_0.6.3-1.debian.tar.xz 3.4 KiB 033ac253fe08315ddc0fd684e63d33863db3b608d71039ec21b0d221fd1e328e

Available diffs

No changes file available.

Binary packages built by this source

ruby-rack-timeout: 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.