uptime icon indicating copy to clipboard operation
uptime copied to clipboard

Timeout value for https:// is capped at 5000ms, event it was set higher

Open ggsubs opened this issue 10 years ago • 2 comments

It appears timeout values for https:// are maxed out at 5000ms. Higher values are accepted but not acted on. All timeouts capped at 5 seconds.

ggsubs avatar Oct 29 '14 19:10 ggsubs

We are noticing the same behavior. We are needing longer timeouts to work with some of our backend systems which have longer timeouts.

mklatsky avatar Nov 24 '14 14:11 mklatsky

This is because there is a timeout set in the config as well for 5 seconds.

See monitor > timeout in https://github.com/fzaninotto/uptime/blob/master/config/default.yaml#L14

I've successfully increased this to have a longer timeout for some checks

rickymoorhouse avatar Mar 13 '15 06:03 rickymoorhouse