Module: Rack::Timeout::ClassLevelProperties

Defined in:
lib/rack/timeout/legacy.rb

Overview

This provides compatibility with versions <= 0.3.x where timeout settings were class-level. Beware that, unintuitively, a class-level setting overrides local settings for all instances. Generally speaking, everyone should migrate to instance-level settings.

Defined Under Namespace

Modules: ClassMethods, InstanceMethods