Skip to content

Commit

Permalink
track more from top pages
Browse files Browse the repository at this point in the history
  • Loading branch information
RealFascinated committed Feb 15, 2025
1 parent 7745681 commit f8ef2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/backend/src/service/player.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ export class PlayerService {
*/
public static async updatePlayerStatistics() {
// Pages to search for players in (total players / players per page)
const pages = Math.ceil(2000 / 50);
const pages = Math.ceil(5000 / 50);

const trackTime = new Date();
const toTrack: PlayerDocument[] = await PlayerModel.find({});
Expand Down

0 comments on commit f8ef2fb

Please sign in to comment.