Skip to content

Commit f4bc297

Browse files
committed
DOC-2566: Update fakeDelay to 200ms
1 parent 6bed18d commit f4bc297

File tree

1 file changed

+1
-1
lines changed
  • modules/ROOT/examples/live-demos/comments-callback-with-mentions

1 file changed

+1
-1
lines changed

modules/ROOT/examples/live-demos/comments-callback-with-mentions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import ('https://cdn.jsdelivr.net/npm/@faker-js/faker@9/dist/index.min.js').then
5151
}
5252
};
5353

54-
const fakeDelay = 500;
54+
const fakeDelay = 200;
5555
const numberOfUsers = 200;
5656
const randomString = () => {
5757
return crypto.getRandomValues(new Uint32Array(1))[0].toString(36).substring(2, 14);

0 commit comments

Comments
 (0)