Skip to content

Commit

Permalink
feat: change timer to 3s
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisic committed Nov 8, 2023
1 parent 26d67d5 commit 0d523c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const getExecuteInfoById = async () => {
} else {
timer.value = setTimeout(() => {
getExecuteInfoById();
}, 1000)
}, 3000)
}
}
}
Expand Down

0 comments on commit 0d523c0

Please sign in to comment.