* Issue#211 - 30 second timeout is too low. (Thanks Babblefrog)

This commit is contained in:
Adam Frisby
2007-07-21 21:39:05 +00:00
parent b3cef2fc2a
commit 0319cb4f46

View File

@@ -209,7 +209,7 @@ namespace OpenSim.Region.ClientStack
{
if (packetsReceived == lastPacketsReceived) {
probesWithNoIngressPackets++;
if (probesWithNoIngressPackets > 30) {
if (probesWithNoIngressPackets > 120) {
this.KillClient();
} else {
// this will normally trigger at least one packet (ping response)