When I load something in a browser, what's the default amount of time a browser will take to attempt to establish a connection?
Can this be increased in Javascript or HTML?
Cases that I would require this are server-side time sampling without a server-side loop, etc.
When I load something in a browser, what's the default amount of time a browser will take to attempt to establish a connection?
Can this be increased in Javascript or HTML?
Cases that I would require this are server-side time sampling without a server-side loop, etc.
Share Improve this question asked Mar 2, 2013 at 19:30 hexacyanidehexacyanide 91.8k31 gold badges166 silver badges162 bronze badges 1- this will help you:stackoverflow./questions/1342310/… – Amrendra Commented Mar 2, 2013 at 19:42
1 Answer
Reset to default 5can't be set from your frontside as it is a server-side configuration.