mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* Timer wants, ms, not secs!
* May also be another bug lurking
This commit is contained in:
@@ -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; } }
|
||||||
|
|||||||
Reference in New Issue
Block a user