Monday, November 14, 2016

Smartview IE Timeout Settings

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ReceiveTimeout"=dword:75300
"KeepAliveTimeout"=dword:2bf20
"ServerInfoTimeout"=dword:2bf20

The following steps should be done with the assistance of your Systems
Administration group. It is recommended a backup of the registry is done prior to
making any modifications.
On the client machine, update/add the following registry keys:
1. Open the Registry, Start -> Run -> Regedit.
2. Locate the following section(s):
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]\
or
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
3.Create the following new DWORD keys with decimal values:
ReceiveTimeout=480000
KeepAliveTimeout=180000
ServerInfoTimeout=180000
In this example, the ReceiveTimeout setting is 8 minutes. The KeepAliveTimeout and
ServerInfoTimeout settings are 3 minutes. Set these to greater than the longest running
request.
4. Restart the machine for the new settings to take effect.

No comments:

Post a Comment