From 2df8918aedbde5916e3d890321499ea4a30d46a9 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 23 Jan 2008 16:44:03 +0000 Subject: * 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. --- bin/OpenSim.ini.example | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bin') 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"; ; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"; ; turn on experimental storage of prim inventories in the region database -; more details of the current state of this can be found at + +; Prim inventory storage is now turned on by default +; However, this option remains in case it needs to be disabled +; More details of the current state of this can be found at ; ; http://opensimulator.org/wiki/OpenSim:Prim_Inventory_Persistence ; -storage_prim_inventories_experimental = false +storage_prim_inventories = true startup_console_commands_file = "startup_commands.txt" shutdown_console_commands_file = "shutdown_commands.txt" -- cgit v1.1