Skip to content

Commit

Permalink
changed track amount
Browse files Browse the repository at this point in the history
  • Loading branch information
nina-perone committed Apr 22, 2024
1 parent 751bc75 commit 5e27709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiptifyv1/public/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ function retrieveItems(stats, state) {

function retrieveStats() {
const timeRangeSlug = getPeriod();
const limit = 50;
const limit = 10; // changed from 50 to handle more users
var users_checkbox = getUsersCheckbox();
const promises_artists = [];
const promises_tracks = [];
Expand Down

0 comments on commit 5e27709

Please sign in to comment.