aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorAdam Frisby2007-10-22 15:23:48 +0000
committerAdam Frisby2007-10-22 15:23:48 +0000
commitc4707a284ffecf81e8ca60a1019e234339222631 (patch)
treebff5da1d8ecf39b0b4578ebec0b8b3dc86c03d85 /bin
parentattempt to fix the muliple repeat problem (that sdague is getting) in the IRC... (diff)
downloadopensim-SC_OLD-c4707a284ffecf81e8ca60a1019e234339222631.zip
opensim-SC_OLD-c4707a284ffecf81e8ca60a1019e234339222631.tar.gz
opensim-SC_OLD-c4707a284ffecf81e8ca60a1019e234339222631.tar.bz2
opensim-SC_OLD-c4707a284ffecf81e8ca60a1019e234339222631.tar.xz
* Major ass commit.
* Sqlite Storage Engine now supports terrain -- however be aware that every terrain revision stored will at 512KB to your database file. At the moment it is storing every revision from the first. * Fixed an issue where by noverbose mode would display lots of useless junk. Noverbose mode is now quite usable. * Fixed a whole bunch of console message issues such as naming and categorisation
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini
index 598a666..ef6c382 100644
--- a/bin/OpenSim.ini
+++ b/bin/OpenSim.ini
@@ -13,7 +13,7 @@ serverside_object_permissions = false
13; asset_database = "db4o" 13; asset_database = "db4o"
14; to try sqlite as the asset database , comment out the above line, and uncomment following one 14; to try sqlite as the asset database , comment out the above line, and uncomment following one
15asset_database = "sqlite" 15asset_database = "sqlite"
16 16noverbose = false
17 17
18[StandAlone] 18[StandAlone]
19accounts_authenticate = true 19accounts_authenticate = true