Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
modifying the logs throttling delay from 2s to 5s
  • Loading branch information
tayalrishabh96 authored Jan 3, 2025
1 parent 2357472 commit 06e3a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ setInterval(function(str1, str2) {
//console.log(logs[i])
i++
if (i == logs.length) i = 0
}, 2000, "Hello.", "How are you?");
}, 5000, "Hello.", "How are you?");

function makeid(length) {
var text = "";
Expand Down

0 comments on commit 06e3a73

Please sign in to comment.