From d76178f3024b709c7aa51ba6210402f67064aec0 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sat, 21 Feb 2009 00:14:47 +0000 Subject: Thank you, robsmart, for a patch that allows the shard to be set. The built-in default is OpenSim, unless a user server url is given, then that is used, unless "shard" is also goven, then shard takes precedence. The defult in OpenSim.ini is "OpenSim" for compatibility. --- bin/OpenSim.ini.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 582b3f9..d78dfc4 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -322,6 +322,10 @@ InterregionComms = "RESTComms" ; user_send_key and user_recv_key, too messaging_server_url = "http://127.0.0.1:8006" + ; What is reported as the "X-Secondlife-Shard" + ; Defaults to the user server url if not set + ; The old default is "OpenSim", set here fro compatibility + shard = "OpenSim" [ClientStack.LindenUDP] ; This is the multiplier applied to all client throttles for outgoing UDP network data -- cgit v1.1