Skip to content

Commit

Permalink
changed typing timer
Browse files Browse the repository at this point in the history
  • Loading branch information
matiastucci committed Aug 7, 2015
1 parent 86071c4 commit 81d8c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ angular.module('chat.controllers', [])
$scope.messages = Chat.getMessages();
var typing = false;
var lastTypingTime;
var TYPING_TIMER_LENGTH = 150;
var TYPING_TIMER_LENGTH = 250;

Socket.on('connect',function(){

Expand Down

0 comments on commit 81d8c11

Please sign in to comment.