Re-enabled asset last access time logging in MySQL
parent
a9acc6730d
commit
47ac9f97b1
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue