mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
reduce message count to 1000 instead of 10000 to reduce seed time
This commit is contained in:
parent
75b63c3caa
commit
eae7b53adf
@ -1591,7 +1591,7 @@ const languages = ['de', 'en', 'es', 'fr', 'it', 'pt', 'pl']
|
|||||||
userId: (await jennyRostock.toJson()).id,
|
userId: (await jennyRostock.toJson()).id,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
for (let i = 0; i < 10000; i++) {
|
for (let i = 0; i < 1000; i++) {
|
||||||
authenticatedUser = await huey.toJson()
|
authenticatedUser = await huey.toJson()
|
||||||
await mutate({
|
await mutate({
|
||||||
mutation: createMessageMutation(),
|
mutation: createMessageMutation(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user