mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
Test commit.. just contains div trace and other stuff.
This commit is contained in:
@@ -14,5 +14,13 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Runtime
|
||||
{
|
||||
return TimeSpan.FromMinutes(2);
|
||||
}
|
||||
#if DEBUG
|
||||
// For tracing GC while debugging
|
||||
public static bool GCDummy = false;
|
||||
~ScriptSponsor()
|
||||
{
|
||||
GCDummy = true;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user