aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example14
1 files changed, 8 insertions, 6 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 002745d..2d56f4e 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -258,12 +258,9 @@
258 ; Inventory database provider 258 ; Inventory database provider
259 inventory_plugin = "OpenSim.Data.SQLite.dll" 259 inventory_plugin = "OpenSim.Data.SQLite.dll"
260 ; inventory_plugin = "OpenSim.Data.MySQL.dll" 260 ; inventory_plugin = "OpenSim.Data.MySQL.dll"
261 ; inventory_plugin = "OpenSim.Data.NHibernate.dll" ; for nhibernate
262 261
263 ; Inventory source SQLite example 262 ; Inventory source SQLite example
264 inventory_source = "URI=file:inventoryStore.db,version=3" 263 inventory_source = "URI=file:inventoryStore.db,version=3"
265 ; Inventory Source NHibernate example (DIALECT;DRIVER;CONNECTSTRING)
266 ; inventory_source = "SQLiteDialect;SqliteClientDriver;URI=file:Inventory.db,version=3"
267 ; Inventory Source MySQL example 264 ; Inventory Source MySQL example
268 ;inventory_source = "Data Source=localhost;Database=opensim;User ID=opensim;Password=****;" 265 ;inventory_source = "Data Source=localhost;Database=opensim;User ID=opensim;Password=****;"
269 266
@@ -277,12 +274,9 @@
277 ; 274 ;
278 userDatabase_plugin = "OpenSim.Data.SQLite.dll" 275 userDatabase_plugin = "OpenSim.Data.SQLite.dll"
279 ; userDatabase_plugin = "OpenSim.Data.MySQL.dll" 276 ; userDatabase_plugin = "OpenSim.Data.MySQL.dll"
280 ; userDatabase_plugin = "OpenSim.Data.NHibernate.dll" ; for nhibernate
281 277
282 ; User source SQLite example 278 ; User source SQLite example
283 user_source = "URI=file:userprofiles.db,version=3" 279 user_source = "URI=file:userprofiles.db,version=3"
284 ; User Source NHibernate Example (DIALECT;DRIVER;CONNECTSTRING)
285 ; user_source = "SQLiteDialect;SqliteClientDriver;URI=file:User.db,version=3"
286 ; User Source MySQL example 280 ; User Source MySQL example
287 ;user_source = "Data Source=localhost;Database=opensim;User ID=opensim;Password=****;" 281 ;user_source = "Data Source=localhost;Database=opensim;User ID=opensim;Password=****;"
288 282
@@ -1385,6 +1379,14 @@
1385 ; 1379 ;
1386 ;TextureDataLimit = 5 1380 ;TextureDataLimit = 5
1387 1381
1382[InterestManagement]
1383 ; This section controls how state updates are prioritized for each client
1384 UpdatePrioritizationScheme = Distance
1385 ReprioritizeUpdate = true
1386 RootUpdateReprioritizationDistance = 10.0
1387 ChildUpdateReprioritizationDistance = 20.0
1388 ReprioritizeUpdatesInterval = 5000.0
1389
1388;; 1390;;
1389;; These are defaults that are overwritten below in [Architecture]. 1391;; These are defaults that are overwritten below in [Architecture].
1390;; These defaults allow OpenSim to work out of the box with 1392;; These defaults allow OpenSim to work out of the box with