aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDiva Canto2014-06-06 14:50:38 -0700
committerJustin Clark-Casey2014-06-10 20:28:54 +0100
commite8f363ff907f6e4d102bf9fdbcbf837828995a3e (patch)
tree0dce147618b285628fd8a2573af2170b9e08ef89
parentbump default teleport limit to 65535 regions (diff)
downloadopensim-SC_OLD-e8f363ff907f6e4d102bf9fdbcbf837828995a3e.zip
opensim-SC_OLD-e8f363ff907f6e4d102bf9fdbcbf837828995a3e.tar.gz
opensim-SC_OLD-e8f363ff907f6e4d102bf9fdbcbf837828995a3e.tar.bz2
opensim-SC_OLD-e8f363ff907f6e4d102bf9fdbcbf837828995a3e.tar.xz
Missed this ini change in previous commit
-rw-r--r--bin/OpenSimDefaults.ini8
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 55cf5cf..2a7e4c3 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -689,12 +689,16 @@
689[EntityTransfer] 689[EntityTransfer]
690 ; The maximum protocol version that we will use for outgoing transfers 690 ; The maximum protocol version that we will use for outgoing transfers
691 ; Valid values are 691 ; Valid values are
692 ; "SIMULATION/0.3"
693 ; - This is the default, and it supports teleports to variable-sized regions
694 ; - Older versions can teleport to this one, but only if the destination region
695 ; is 256x256
692 ; "SIMULATION/0.2" 696 ; "SIMULATION/0.2"
693 ; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol 697 ; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
694 ; - this protocol is more efficient than "SIMULATION/0.1" 698 ; - this protocol is more efficient than "SIMULATION/0.1"
695 ; "SIMULATION/0.1" 699 ; "SIMULATION/0.1"
696 ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. 700 ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
697 MaxOutgoingTransferVersion = "SIMULATION/0.2" 701 MaxOutgoingTransferVersion = "SIMULATION/0.3"
698 702
699 ; The maximum distance in regions that an agent is allowed to teleport 703 ; The maximum distance in regions that an agent is allowed to teleport
700 ; along the x or y axis. This is set to 16383 because current viewers 704 ; along the x or y axis. This is set to 16383 because current viewers