mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
* Refactor additional stats collection common code into base opensim server
* If extra stats not sent to the viewer are available on an opensim server, they are now uniformly accessible using the 'show stats' command
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenSim.Framework.Statistics
|
||||
/// <summary>
|
||||
/// Collects user service statistics
|
||||
/// </summary>
|
||||
public class UserStatsCollector
|
||||
public class UserStatsCollector : IStatsCollector
|
||||
{
|
||||
private Timer ageStatsTimer = new Timer(24 * 60 * 60 * 1000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user