Skip to content

Commit

Permalink
Increase Speed
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyAaron committed Sep 14, 2023
1 parent e20951a commit 7be4cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messageData.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function updateView() {
count++

if(count <= msg.length) {
setTimeout(updateView, 500)
setTimeout(updateView, 100)
}
}

0 comments on commit 7be4cdf

Please sign in to comment.