diff options
author | Christian Grothoff <christian@grothoff.org> | 2006-12-07 08:44:50 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2006-12-07 08:44:50 +0000 |
commit | af9317fb9742911e207357b4ff73ad43b9bd1d86 (patch) | |
tree | 85dfae486ff776b5c70cc630b673971ba56c06d3 | |
parent | fb7976ee8707f6ff6908732b1f999963dde03ff9 (diff) | |
download | gnunet-gtk-af9317fb9742911e207357b4ff73ad43b9bd1d86.tar.gz gnunet-gtk-af9317fb9742911e207357b4ff73ad43b9bd1d86.zip |
new stats fixes
-rw-r--r-- | src/plugins/stats/statistics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/stats/statistics.c b/src/plugins/stats/statistics.c index 7e22d284..d9c17495 100644 --- a/src/plugins/stats/statistics.c +++ b/src/plugins/stats/statistics.c | |||
@@ -441,7 +441,7 @@ void init_stats(struct GE_Context * ectx, | |||
441 | "STATS-INTERVAL", | 441 | "STATS-INTERVAL", |
442 | 1, | 442 | 1, |
443 | 99 * cronYEARS, | 443 | 99 * cronYEARS, |
444 | 3 * cronSECONDS, | 444 | 30 * cronSECONDS, |
445 | &UPDATE_INTERVAL); | 445 | &UPDATE_INTERVAL); |
446 | init_functions(ectx, | 446 | init_functions(ectx, |
447 | cfg); | 447 | cfg); |