diff options
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 |