mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
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.
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
01280e9b94
commit
008c6a4610
@@ -536,6 +536,19 @@
|
||||
;
|
||||
;DisableFacelights = false
|
||||
|
||||
; The time to wait before disconecting an unresponsive client.
|
||||
; The time is in seconds. The default is one minute
|
||||
;
|
||||
;AckTimeout = 60
|
||||
|
||||
; The time to wait before disconecting an unresponsive paused client.
|
||||
; A client can be paused when the file selection dialog is open during file upload.
|
||||
; This gives extra time to find files via the dialog but will still disconnect if
|
||||
; the client crashes or loses its network connection
|
||||
; The time is in seconds. The default is five minutes.
|
||||
;
|
||||
;PausedAckTimeout = 300
|
||||
|
||||
[ClientStack.LindenCaps]
|
||||
;; Long list of capabilities taken from
|
||||
;; http://wiki.secondlife.com/wiki/Current_Sim_Capabilities
|
||||
|
||||
Reference in New Issue
Block a user