even better algorithm
This commit is contained in:
parent
f14324fd68
commit
afe7ffe8c3
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ async function genTree(treeId) {
|
|||
|
||||
console.log(entryDat);
|
||||
|
||||
let s = Math.pow(0.5,(new Date() - new Date(entryDat.datetime_created.$date)) / (1000*60*60*24))
|
||||
let s = 1 / ((new Date() - new Date(entryDat.datetime_created.$date)) + 1000*60*60);
|
||||
sum += s;
|
||||
users[entryDat.username] = (us ? us : 0) + s;
|
||||
entry = entryDat.parent_id;
|
||||
|
|
Loading…
Reference in a new issue