Fetch 5k users at once
This commit is contained in:
@@ -1390,7 +1390,7 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
|
||||
|
||||
Client.prototype.getAllUsers = function (callback) {
|
||||
var page = 1;
|
||||
var perPage = 3;
|
||||
var perPage = 5000;
|
||||
var users = [];
|
||||
|
||||
function fetchMore() {
|
||||
|
||||
Reference in New Issue
Block a user