mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
improve demo app
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user