Skip navigation

JSI Tip 1004. Increasing dormant connection timeout can reduce network traffic.

By default, dormant connections are keep open for 10 minutes.

If you have an application that opens/closes and reopens a UNC path less frequently than 10 minutes, you can reduce network traffic by increasing the default.

Navigate to:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanWorkstation\Parameters

Add Value name KeepConn as a type REG_DWORD. The default is 600 seconds and the range is 1 - 65,535 seconds.

This is the redirector equivalent to autodisconnect.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish