# Functions
DefaultSetting returns a Setting representing "use the default".
DisabledSetting returns a Setting representing "disable the timeout".
DurationSetting returns a timeout setting with the given duration.
Parse parses string representations of timeout settings that we pass in various places in a standard way: - an empty string means "use the default".
ParseMaxAge parses string representations of "max age" values used mostly in cache related settings.