aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-01-23 16:44:03 +0000
committerJustin Clarke Casey2008-01-23 16:44:03 +0000
commit2df8918aedbde5916e3d890321499ea4a30d46a9 (patch)
treed1862caaf61a715d469cfd20e7708e59e2d61be6 /bin
parentusing embedded resources is a lot easier if you actually (diff)
downloadopensim-SC_OLD-2df8918aedbde5916e3d890321499ea4a30d46a9.zip
opensim-SC_OLD-2df8918aedbde5916e3d890321499ea4a30d46a9.tar.gz
opensim-SC_OLD-2df8918aedbde5916e3d890321499ea4a30d46a9.tar.bz2
opensim-SC_OLD-2df8918aedbde5916e3d890321499ea4a30d46a9.tar.xz
* Persistent prim inventory script storage is now turned on by default
* Persistence of things apart from scripts will be implemented later on - I at least want to do some work with asset server stats so loading can be monitored first. * No MSSQL implementation as of yet * Progress can be followed at http://opensimulator.org/wiki/OpenSim:Prim_Inventory_Persistence * Please let me know if you see issues resulting from this change.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example7
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 987851d..784083d 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -30,11 +30,14 @@ storage_connection_string="URI=file:OpenSim.db,version=3";
30; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"; 30; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;";
31 31
32; turn on experimental storage of prim inventories in the region database 32; turn on experimental storage of prim inventories in the region database
33; more details of the current state of this can be found at 33
34; Prim inventory storage is now turned on by default
35; However, this option remains in case it needs to be disabled
36; More details of the current state of this can be found at
34; 37;
35; http://opensimulator.org/wiki/OpenSim:Prim_Inventory_Persistence 38; http://opensimulator.org/wiki/OpenSim:Prim_Inventory_Persistence
36; 39;
37storage_prim_inventories_experimental = false 40storage_prim_inventories = true
38 41
39startup_console_commands_file = "startup_commands.txt" 42startup_console_commands_file = "startup_commands.txt"
40shutdown_console_commands_file = "shutdown_commands.txt" 43shutdown_console_commands_file = "shutdown_commands.txt"