diff options
author | Talun | 2012-06-01 00:39:26 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-06-05 01:22:05 +0100 |
commit | 008c6a4610fa7b710a9e2546cc09d9fee57e5795 (patch) | |
tree | ba28cb1e57585224770c23836643cf77e90bf4ea /bin | |
parent | Remove unused ScenePresence list structure in llGetAgentList() (diff) | |
download | opensim-SC_OLD-008c6a4610fa7b710a9e2546cc09d9fee57e5795.zip opensim-SC_OLD-008c6a4610fa7b710a9e2546cc09d9fee57e5795.tar.gz opensim-SC_OLD-008c6a4610fa7b710a9e2546cc09d9fee57e5795.tar.bz2 opensim-SC_OLD-008c6a4610fa7b710a9e2546cc09d9fee57e5795.tar.xz |
Mantis 4597 AgentPaused packet is ignored.
The packet was actually being handled but not acted on.
This change extends the default timeout for paused clients to 5 minutes
and makes both the paused and non-paused timeout periods configurable.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 27d86e8..c67e45a 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -536,6 +536,19 @@ | |||
536 | ; | 536 | ; |
537 | ;DisableFacelights = false | 537 | ;DisableFacelights = false |
538 | 538 | ||
539 | ; The time to wait before disconecting an unresponsive client. | ||
540 | ; The time is in seconds. The default is one minute | ||
541 | ; | ||
542 | ;AckTimeout = 60 | ||
543 | |||
544 | ; The time to wait before disconecting an unresponsive paused client. | ||
545 | ; A client can be paused when the file selection dialog is open during file upload. | ||
546 | ; This gives extra time to find files via the dialog but will still disconnect if | ||
547 | ; the client crashes or loses its network connection | ||
548 | ; The time is in seconds. The default is five minutes. | ||
549 | ; | ||
550 | ;PausedAckTimeout = 300 | ||
551 | |||
539 | [ClientStack.LindenCaps] | 552 | [ClientStack.LindenCaps] |
540 | ;; Long list of capabilities taken from | 553 | ;; Long list of capabilities taken from |
541 | ;; http://wiki.secondlife.com/wiki/Current_Sim_Capabilities | 554 | ;; http://wiki.secondlife.com/wiki/Current_Sim_Capabilities |