Glam Prestige Journal

Bright entertainment trends with youth appeal.

What is the standard (out of the box) timeout for Chrome? How do I change the timeout settings and have a different timeout for developers and a standard users of my service?

1

1 Answer

What is the standard (out of the box) timeout for Chrome?

You can see the default value in Chrome in this link

int64_t g_used_idle_socket_timeout_s = 300 // 5 minutes

Source Where can I find the default timeout settings for all browsers?


How do I change the timeout settings and have a different timeout for developers and a standard users of my service?

You can't.

In Chrome, as far as I know, there isn't an easy way (as Firefox do) to change the timeout value.

Source Where can I find the default timeout settings for all browsers?

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy