mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Issue#211 - 30 second timeout is too low. (Thanks Babblefrog)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user