mirror of
https://github.com/opensim/opensim.git
synced 2026-06-06 02:55:47 +08:00
* Added some debug information to MySQL UserDataManager to help diagnose a potential issue when in high load. Related to mantis #2508.
This commit is contained in:
@@ -7,6 +7,7 @@ namespace OpenSim.Data.MySQL
|
||||
public bool Locked;
|
||||
private readonly Mutex m_lock = new Mutex(false);
|
||||
public MySQLManager Manager;
|
||||
public string Running;
|
||||
|
||||
public void GetLock()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user