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

afrisby
Adam Frisby 2007-07-21 21:39:05 +00:00
parent b3cef2fc2a
commit 0319cb4f46
1 changed files with 1 additions and 1 deletions

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)