From 5805e83fe1cf875c7ae72d114d22d88f11cf708c Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Tue, 3 Feb 2015 15:16:15 +1100 Subject: [PATCH] Trivial comment update --- src/stratifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stratifier.c b/src/stratifier.c index d07a0422..397be2b8 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -47,7 +47,7 @@ struct pool_stats { int64_t unaccounted_shares; int64_t accounted_shares; - /* Cycle of 24 to determine which users to dump stats on */ + /* Cycle of 32 to determine which users to dump stats on */ uint8_t userstats_cycle; /* Shares per second for 1/5/15/60 minute rolling averages */