Only request 20 lines

This commit is contained in:
Tor Hveem 2013-10-07 16:59:47 +02:00
parent 5032af8ab3
commit 0ba0ded728

View file

@ -585,7 +585,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', 'connection
connection.connect($scope.hostport, $scope.password, $scope.ssl); connection.connect($scope.hostport, $scope.password, $scope.ssl);
} }
$rootScope.getLines = function() { $rootScope.getLines = function() {
var count = 100; var count = 20;
connection.getLines(count); connection.getLines(count);
} }