Re-enabled asset last access time logging in MySQL
父節點
a9acc6730d
當前提交
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))
|
||||
|
|
載入中…
新增問題並參考