diff options
author | John Hurliman | 2010-09-11 18:29:38 -0700 |
---|---|---|
committer | John Hurliman | 2010-09-11 18:29:38 -0700 |
commit | 47ac9f97b11ae9de535550ba7e6c836ee81dab55 (patch) | |
tree | 46f916ccf3c609f7804ee672a81a21c645617fa2 /OpenSim/Data | |
parent | Removing .svn directories under Prebuild/ from source control (diff) | |
download | opensim-SC_OLD-47ac9f97b11ae9de535550ba7e6c836ee81dab55.zip opensim-SC_OLD-47ac9f97b11ae9de535550ba7e6c836ee81dab55.tar.gz opensim-SC_OLD-47ac9f97b11ae9de535550ba7e6c836ee81dab55.tar.bz2 opensim-SC_OLD-47ac9f97b11ae9de535550ba7e6c836ee81dab55.tar.xz |
Re-enabled asset last access time logging in MySQL
Diffstat (limited to 'OpenSim/Data')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLAssetData.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Data/MySQL/MySQLAssetData.cs b/OpenSim/Data/MySQL/MySQLAssetData.cs index fe5152a..ed92f3e 100644 --- a/OpenSim/Data/MySQL/MySQLAssetData.cs +++ b/OpenSim/Data/MySQL/MySQLAssetData.cs | |||
@@ -214,9 +214,6 @@ namespace OpenSim.Data.MySQL | |||
214 | 214 | ||
215 | private void UpdateAccessTime(AssetBase asset) | 215 | private void UpdateAccessTime(AssetBase asset) |
216 | { | 216 | { |
217 | // Writing to the database every time Get() is called on an asset is killing us. Seriously. -jph | ||
218 | return; | ||
219 | |||
220 | lock (m_dbLock) | 217 | lock (m_dbLock) |
221 | { | 218 | { |
222 | using (MySqlConnection dbcon = new MySqlConnection(m_connectionString)) | 219 | using (MySqlConnection dbcon = new MySqlConnection(m_connectionString)) |