diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 439efbc..c8d1d5d 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -174,8 +174,6 @@ dump_assets_to_file = false | |||
174 | [Network] | 174 | [Network] |
175 | http_listener_port = 9000 | 175 | http_listener_port = 9000 |
176 | remoting_listener_port = 8895 | 176 | remoting_listener_port = 8895 |
177 | |||
178 | |||
179 | default_location_x = 1000 | 177 | default_location_x = 1000 |
180 | default_location_y = 1000 | 178 | default_location_y = 1000 |
181 | 179 | ||
@@ -187,7 +185,6 @@ http_listener_cn = "localhost" ; Use the cert with the common name | |||
187 | http_listener_sslport = 9001 ; Use this port for SSL connections | 185 | http_listener_sslport = 9001 ; Use this port for SSL connections |
188 | http_listener_ssl_cert = "" ; Currently unused, but will be used for OSHttpServer | 186 | http_listener_ssl_cert = "" ; Currently unused, but will be used for OSHttpServer |
189 | 187 | ||
190 | |||
191 | ; Uncomment below to enable llRemoteData/remote channels | 188 | ; Uncomment below to enable llRemoteData/remote channels |
192 | ; remoteDataPort = 20800 | 189 | ; remoteDataPort = 20800 |
193 | 190 | ||
@@ -207,6 +204,13 @@ inventory_server_url = "http://127.0.0.1:8004" | |||
207 | ; user_send_key and user_recv_key, too | 204 | ; user_send_key and user_recv_key, too |
208 | messaging_server_url = "http://127.0.0.1:8006" | 205 | messaging_server_url = "http://127.0.0.1:8006" |
209 | 206 | ||
207 | [ClientStack.LindenUDP] | ||
208 | ; Adjust the multiplier applied to all client throttles | ||
209 | ; This setting only exists because we're probably over throttling by a factor of 8. Setting this to | ||
210 | ; 1 uses the real throttle values, but this may be revealing other bugs, so is currently included as test setting | ||
211 | ; You probably don't want to change this. | ||
212 | client_throttle_multiplier = 8; | ||
213 | |||
210 | [Chat] | 214 | [Chat] |
211 | whisper_distance = 10 | 215 | whisper_distance = 10 |
212 | say_distance = 30 | 216 | say_distance = 30 |