master
severak 2020-05-28 14:08:59 +02:00
parent 4b6ecc708a
commit 3c6654f78a
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ axios.get('http://tilde.town/').then(function (response) {
return result[1];
});
//users = users.slice(0,15);
// 150 last active users
users = users.slice(0,150);
console.log('writing index.html...');