mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 07:05:46 +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>
|
||||
public class AssetStatsReporter
|
||||
{
|
||||
private Timer ageStatsTimer = new Timer(24 * 60 * 60);
|
||||
private Timer ageStatsTimer = new Timer(24 * 60 * 60 * 1000);
|
||||
|
||||
private long assetRequestsToday;
|
||||
public long AssetRequestsToday { get { return assetRequestsToday; } }
|
||||
|
||||
Reference in New Issue
Block a user