Fetch 5k users at once

This commit is contained in:
Johannes Zellner
2022-02-14 17:34:36 +01:00
parent 2ec4ad934d
commit 9a148ab7f8

View File

@@ -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() {