From 1b89ec1a3e2eb630997b82c0670eae8e5f4abcb6 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sun, 15 Sep 2013 16:27:09 -0700 Subject: [PATCH] Change to 3sec delay before pausing chat state --- clientapp/pages/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientapp/pages/chat.js b/clientapp/pages/chat.js index 6dd11de..a360f14 100644 --- a/clientapp/pages/chat.js +++ b/clientapp/pages/chat.js @@ -64,7 +64,7 @@ module.exports = BasePage.extend({ }, handleKeyUp: function (e) { this.resizeInput(); - this.typingTimer = setTimeout(this.pausedTyping.bind(this), 5000); + this.typingTimer = setTimeout(this.pausedTyping.bind(this), 3000); if (this.typing && this.$chatInput.val().length === 0) { this.typing = false; client.sendMessage({