diff --git a/OpenSim/Grid/AssetServer/AssetStatsReporter.cs b/OpenSim/Grid/AssetServer/AssetStatsReporter.cs index dac44df8f9..ea5add5452 100644 --- a/OpenSim/Grid/AssetServer/AssetStatsReporter.cs +++ b/OpenSim/Grid/AssetServer/AssetStatsReporter.cs @@ -36,7 +36,7 @@ namespace OpenSim.Grid.AssetServer /// 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; } }