Skip to content

Commit 20fb486

Browse files
committed
demo: reduce total time to 3 seconds
1 parent 932277a commit 20fb486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/LoaderDemo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function LoaderDemo() {
1212
const [debounceDelay, setDebounceDelay] = React.useState(300);
1313
const [debounceTimeOn, setDebounceTimeOn] = React.useState(500);
1414

15-
const totalLength = 4000;
15+
const totalLength = 3000;
1616

1717
const {
1818
x,

0 commit comments

Comments
 (0)