From bc0c43f84ae751670b6024a5f3764d0b89a274dc Mon Sep 17 00:00:00 2001 From: kanoi Date: Sat, 2 Aug 2014 09:48:58 +1000 Subject: [PATCH] ckdb - clarify userstats reload wording --- src/ckdb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ckdb.c b/src/ckdb.c index a860b895..db2df946 100644 --- a/src/ckdb.c +++ b/src/ckdb.c @@ -94,9 +94,9 @@ static char *restorefrom; * non db records - will depend on TODO: pool stats reporting * requirements * DB+RAM userstats: for each pool/user/worker it would be the start - * of the time band containing the DB statsdate, - * since all previous data was summarised and deleted - - * use the oldest of these for all pools/users/workers + * of the time band containing the latest DB statsdate, + * since all previous data was summarised to the DB and RAM and + * deleted - use the oldest of these for all pools/users/workers * TODO: multiple pools is not yet handled by ckdb * TODO: handle a pool restart with a different instance name * since this would always make the userstats reload point