Allow orcid external url to retrieve more results

This commit is contained in:
George Kalampokis 2020-03-27 15:39:44 +02:00
parent 9cd7e24313
commit a23b1dd262
1 changed files with 0 additions and 2 deletions

View File

@ -188,8 +188,6 @@ public class RemoteFetcher {
}
if (externalUrlCriteria.getPageSize() != null) {
completedPath = completedPath.replace("{pageSize}", externalUrlCriteria.getPageSize());
} else if (path.contains("orcid")) {
completedPath = completedPath.replace("{pageSize}", "10");
} else {
completedPath = completedPath.replace("{pageSize}", "60");
}