aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.cs
diff options
context:
space:
mode:
authorAdam Frisby2007-07-21 21:39:05 +0000
committerAdam Frisby2007-07-21 21:39:05 +0000
commit0319cb4f4601c4a52f9f60ccf33206b9ab13a26a (patch)
tree5eea73801e2b90651d1b5a04c2bb63e7b4a3baf2 /OpenSim/Region/ClientStack/ClientView.cs
parentRe-added the ability to set the database provider (dll) in the config file fo... (diff)
downloadopensim-SC_OLD-0319cb4f4601c4a52f9f60ccf33206b9ab13a26a.zip
opensim-SC_OLD-0319cb4f4601c4a52f9f60ccf33206b9ab13a26a.tar.gz
opensim-SC_OLD-0319cb4f4601c4a52f9f60ccf33206b9ab13a26a.tar.bz2
opensim-SC_OLD-0319cb4f4601c4a52f9f60ccf33206b9ab13a26a.tar.xz
* Issue#211 - 30 second timeout is too low. (Thanks Babblefrog)
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/ClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs
index 44466c6..90ca600 100644
--- a/OpenSim/Region/ClientStack/ClientView.cs
+++ b/OpenSim/Region/ClientStack/ClientView.cs
@@ -209,7 +209,7 @@ namespace OpenSim.Region.ClientStack
209 { 209 {
210 if (packetsReceived == lastPacketsReceived) { 210 if (packetsReceived == lastPacketsReceived) {
211 probesWithNoIngressPackets++; 211 probesWithNoIngressPackets++;
212 if (probesWithNoIngressPackets > 30) { 212 if (probesWithNoIngressPackets > 120) {
213 this.KillClient(); 213 this.KillClient();
214 } else { 214 } else {
215 // this will normally trigger at least one packet (ping response) 215 // this will normally trigger at least one packet (ping response)