Only request 20 lines
This commit is contained in:
parent
5032af8ab3
commit
0ba0ded728
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue