improve demo app

This commit is contained in:
Géry Debongnie
2019-03-18 14:34:35 +01:00
parent 65a65bd241
commit 1f602512a5
6 changed files with 41 additions and 16 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ function chooseRandomly(array) {
return array[index];
}
for (let i = 1; i < 6000; i++) {
for (let i = 1; i < 16000; i++) {
messages.push({
id: i,
author: chooseRandomly(authors),