You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: maestro-app/src/main/java/bio/overture/maestro/app/infra/adapter/outbound/metadata/study/song/SongStudyDAO.java
Copy file name to clipboardExpand all lines: maestro-app/src/main/java/bio/overture/maestro/app/infra/config/properties/DefaultApplicationProperties.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,11 @@ public String indexableStudyStatuses() {
171
171
returnthis.song.getIndexableStudyStatesCsv();
172
172
}
173
173
174
+
@Override
175
+
publicintpageLimit() {
176
+
returnthis.song.getPageLimit();
177
+
}
178
+
174
179
@Override
175
180
publicintsongAnalysisCallTimeoutSeconds() {
176
181
returnthis.song.getTimeoutSec().getAnalysis();
@@ -270,6 +275,7 @@ private static class Song {
270
275
privateintmaxRetries = 3;
271
276
// FIXME: This configuration is called three different things in this codebase
Copy file name to clipboardExpand all lines: maestro-app/src/test/java/bio/overture/maestro/app/infra/adapter/outbound/metadata/study/song/SongStudyDAOTest.java
0 commit comments