chore: bump up page count
This commit is contained in:
parent
bfc3db2a24
commit
5b7a540694
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module.exports = async function () {
|
||||||
const APPLE_TOKEN = process.env.API_TOKEN_APPLE_MUSIC
|
const APPLE_TOKEN = process.env.API_TOKEN_APPLE_MUSIC
|
||||||
const asset = new AssetCache('recent_tracks_data')
|
const asset = new AssetCache('recent_tracks_data')
|
||||||
const PAGE_SIZE = 30
|
const PAGE_SIZE = 30
|
||||||
const PAGES = 8
|
const PAGES = 10
|
||||||
const response = {
|
const response = {
|
||||||
artists: {},
|
artists: {},
|
||||||
albums: {},
|
albums: {},
|
||||||
|
|
Reference in a new issue