mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 10:45:40 +08:00
Re-enabled asset last access time logging in MySQL
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user