🤡(demo) demo generate dummy documents

The demo command will generate dummy documents
and dummy accesses.
This commit is contained in:
Anthony LC
2024-07-04 16:40:19 +02:00
committed by Anthony LC
parent e3fe647e5b
commit 7d3fd25c61
3 changed files with 33 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
"""Parameters that define how the demo site will be built."""
NB_OBJECTS = {
"users": 100,
"users": 50,
"docs": 50,
"max_users_per_document": 50,
}