chore: bump up page count

This commit is contained in:
Cory Dransfeldt 2023-06-23 11:00:17 -07:00
parent bfc3db2a24
commit 5b7a540694
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ module.exports = async function () {
const APPLE_TOKEN = process.env.API_TOKEN_APPLE_MUSIC
const asset = new AssetCache('recent_tracks_data')
const PAGE_SIZE = 30
const PAGES = 8
const PAGES = 10
const response = {
artists: {},
albums: {},