Skip to content

Commit 06e3a73

Browse files
Update app.js
modifying the logs throttling delay from 2s to 5s
1 parent 2357472 commit 06e3a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ setInterval(function(str1, str2) {
3939
//console.log(logs[i])
4040
i++
4141
if (i == logs.length) i = 0
42-
}, 2000, "Hello.", "How are you?");
42+
}, 5000, "Hello.", "How are you?");
4343

4444
function makeid(length) {
4545
var text = "";

0 commit comments

Comments
 (0)