Change from 1 billion seconds to 172 million.
This commit is contained in:
@ -19,7 +19,7 @@ function hotRank(timeValue, rank) {
|
|||||||
*/
|
*/
|
||||||
var hotness;
|
var hotness;
|
||||||
var z = Math.log(rank) / Math.log(10);
|
var z = Math.log(rank) / Math.log(10);
|
||||||
hotness = z + (timeValue / 1728000000);
|
hotness = z + (timeValue / 172800000);
|
||||||
return hotness;
|
return hotness;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user