diff options
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)) |