Missed this ini change in previous commit
parent
5e4cf1b84c
commit
e8f363ff90
|
@ -689,12 +689,16 @@
|
|||
[EntityTransfer]
|
||||
; The maximum protocol version that we will use for outgoing transfers
|
||||
; Valid values are
|
||||
; "SIMULATION/0.3"
|
||||
; - This is the default, and it supports teleports to variable-sized regions
|
||||
; - Older versions can teleport to this one, but only if the destination region
|
||||
; is 256x256
|
||||
; "SIMULATION/0.2"
|
||||
; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
|
||||
; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
|
||||
; - this protocol is more efficient than "SIMULATION/0.1"
|
||||
; "SIMULATION/0.1"
|
||||
; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
|
||||
MaxOutgoingTransferVersion = "SIMULATION/0.2"
|
||||
MaxOutgoingTransferVersion = "SIMULATION/0.3"
|
||||
|
||||
; The maximum distance in regions that an agent is allowed to teleport
|
||||
; along the x or y axis. This is set to 16383 because current viewers
|
||||
|
|
Loading…
Reference in New Issue