From 672b529f31133343f1481d820fd9c2341f47d226 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 3 Nov 2015 17:38:27 -0800 Subject: [PATCH] update challenge completion rate --- server/boot/challenge.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/boot/challenge.js b/server/boot/challenge.js index 3ca5c69dca..5bba2df4c9 100644 --- a/server/boot/challenge.js +++ b/server/boot/challenge.js @@ -587,7 +587,7 @@ module.exports = function(app) { blocks, daysRunning, globalCompletedCount: numberWithCommas( - 5612952 + (Math.floor((Date.now() - 1446268581061) / 3000)) + 5612952 + (Math.floor((Date.now() - 1446268581061) / 2000)) ), camperCount, lastCompleted,