Skip to content

Commit

Permalink
DOC-2566: Update fakeDelay to 200ms
Browse files Browse the repository at this point in the history
  • Loading branch information
kemister85 committed Nov 11, 2024
1 parent 6bed18d commit f4bc297
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import ('https://cdn.jsdelivr.net/npm/@faker-js/faker@9/dist/index.min.js').then
}
};

const fakeDelay = 500;
const fakeDelay = 200;
const numberOfUsers = 200;
const randomString = () => {
return crypto.getRandomValues(new Uint32Array(1))[0].toString(36).substring(2, 14);
Expand Down

0 comments on commit f4bc297

Please sign in to comment.