diff --git a/static/js/cowyo.js b/static/js/cowyo.js index 26059d7..a80fbe5 100644 --- a/static/js/cowyo.js +++ b/static/js/cowyo.js @@ -2,7 +2,7 @@ $(document).ready(function() { var isTyping = false; var typingTimer; //timer identifier var updateInterval; - var doneTypingInterval = 1000; //time in ms, 5 second for example + var doneTypingInterval = 100; //time in ms, 5 second for example //on keyup, start the countdown $('#emit').keyup(function() {