Update hard-coded rate of challenge completion to reflect recent acceleration

This commit is contained in:
Quincy Larson
2016-02-13 16:32:38 -08:00
parent e417a363ab
commit b8b244a0d9

View File

@ -25,7 +25,7 @@ export default function about(app) {
About our Open Source Community, our social media presence, About our Open Source Community, our social media presence,
and how to contact us`.split('\n').join(' '), and how to contact us`.split('\n').join(' '),
globalCompletedCount: numberWithCommas( globalCompletedCount: numberWithCommas(
5612952 + (Math.floor((Date.now() - 1446268581061) / 2000)) 5612952 + (Math.floor((Date.now() - 1446268581061) / 1800))
) )
}); });
}) })