Skip to content

Commit

Permalink
change default song page limit to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
Buwujiu committed Feb 17, 2022
1 parent 7545aa3 commit 9e6ea35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maestro-app/src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ maestro:
song:
indexableStudyStatesCsv: PUBLISHED
# page limit for getting analysis from song
pageLimit: 50
pageLimit: 100
maxRetries: 3
timeoutSec:
study: 100 # some studies take really long, +30 secs, to be downloaded
Expand Down

0 comments on commit 9e6ea35

Please sign in to comment.