aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-01-23 19:12:15 +0000
committerJustin Clarke Casey2008-01-23 19:12:15 +0000
commitdfbfa856bbc07fd9b17ddd03e2d14e704d4bfcd2 (patch)
tree01e04b06c18c2dec5aaf2433df7911aa30017e3c /OpenSim/Grid
parent* Add very very very basic initial statistical information collection to asse... (diff)
downloadopensim-SC_OLD-dfbfa856bbc07fd9b17ddd03e2d14e704d4bfcd2.zip
opensim-SC_OLD-dfbfa856bbc07fd9b17ddd03e2d14e704d4bfcd2.tar.gz
opensim-SC_OLD-dfbfa856bbc07fd9b17ddd03e2d14e704d4bfcd2.tar.bz2
opensim-SC_OLD-dfbfa856bbc07fd9b17ddd03e2d14e704d4bfcd2.tar.xz
* Timer wants, ms, not secs!
* May also be another bug lurking
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r--OpenSim/Grid/AssetServer/AssetStatsReporter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/AssetServer/AssetStatsReporter.cs b/OpenSim/Grid/AssetServer/AssetStatsReporter.cs
index dac44df..ea5add5 100644
--- a/OpenSim/Grid/AssetServer/AssetStatsReporter.cs
+++ b/OpenSim/Grid/AssetServer/AssetStatsReporter.cs
@@ -36,7 +36,7 @@ namespace OpenSim.Grid.AssetServer
36 /// </summary> 36 /// </summary>
37 public class AssetStatsReporter 37 public class AssetStatsReporter
38 { 38 {
39 private Timer ageStatsTimer = new Timer(24 * 60 * 60); 39 private Timer ageStatsTimer = new Timer(24 * 60 * 60 * 1000);
40 40
41 private long assetRequestsToday; 41 private long assetRequestsToday;
42 public long AssetRequestsToday { get { return assetRequestsToday; } } 42 public long AssetRequestsToday { get { return assetRequestsToday; } }