parent
257f2b5583
commit
dfbfa856bb
|
@ -36,7 +36,7 @@ namespace OpenSim.Grid.AssetServer
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class AssetStatsReporter
|
public class AssetStatsReporter
|
||||||
{
|
{
|
||||||
private Timer ageStatsTimer = new Timer(24 * 60 * 60);
|
private Timer ageStatsTimer = new Timer(24 * 60 * 60 * 1000);
|
||||||
|
|
||||||
private long assetRequestsToday;
|
private long assetRequestsToday;
|
||||||
public long AssetRequestsToday { get { return assetRequestsToday; } }
|
public long AssetRequestsToday { get { return assetRequestsToday; } }
|
||||||
|
|
Loading…
Reference in New Issue