Re-enabled asset last access time logging in MySQL

This commit is contained in:
John Hurliman
2010-09-11 18:29:38 -07:00
parent a9acc6730d
commit 47ac9f97b1

View File

@@ -214,9 +214,6 @@ namespace OpenSim.Data.MySQL
private void UpdateAccessTime(AssetBase asset)
{
// Writing to the database every time Get() is called on an asset is killing us. Seriously. -jph
return;
lock (m_dbLock)
{
using (MySqlConnection dbcon = new MySqlConnection(m_connectionString))