diff options
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 3698ecb..e7271b8 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -491,7 +491,10 @@ bool idle_startup() | |||
491 | 491 | ||
492 | // TODO parameterize | 492 | // TODO parameterize |
493 | const F32 circuit_heartbeat_interval = 5; | 493 | const F32 circuit_heartbeat_interval = 5; |
494 | const F32 circuit_timeout = 100; | 494 | const F32 circuit_timeout = 180; //seconds until llcircuit decides |
495 | //it isn't alive. | ||
496 | //Since we are on OpenSim we need to | ||
497 | //relax about 'bad' ping. Was for SL: 100; | ||
495 | 498 | ||
496 | const LLUseCircuitCodeResponder* responder = NULL; | 499 | const LLUseCircuitCodeResponder* responder = NULL; |
497 | bool failure_is_fatal = true; | 500 | bool failure_is_fatal = true; |