freebsd-ports/www/rubygem-rack-timeout/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

7 lines
426 B
Text

Rack::Timeout is middleware, which aborts requests that have been running for
longer than a specified timeout.
Rack::Timeout is not a solution to the problem of long-running requests, it is a
debug and remediation tool. Developers should track rack-timeout's data and
address recurring instances of particular timeouts, for example, by refactoring
code so it runs faster or offsetting lengthy work to happen asynchronously.