Skip to content

Commit 1ee49e3

Browse files
committed
Reduce debounce duration
1 parent 55b3b43 commit 1ee49e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/InfiniteLoading.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
isComplete: false,
6969
isFirstLoad: true, // save the current loading whether it is the first loading
7070
debounceTimer: null,
71-
debounceDuration: 100,
71+
debounceDuration: 50,
7272
infiniteLoopChecked: false, // save the status of infinite loop check
7373
infiniteLoopTimer: null,
7474
continuousCallTimes: 0,

0 commit comments

Comments
 (0)