paging size change for external sources
This commit is contained in:
parent
1eb1c2b43f
commit
88e53852e2
|
@ -342,7 +342,7 @@ public class RemoteFetcher {
|
|||
if (externalUrlCriteria.getPageSize() != null) {
|
||||
completedPath = completedPath.replace("{pageSize}", externalUrlCriteria.getPageSize());
|
||||
} else {
|
||||
completedPath = completedPath.replace("{pageSize}", "60");
|
||||
completedPath = completedPath.replace("{pageSize}", "50");
|
||||
}
|
||||
if (externalUrlCriteria.getHost() != null) {
|
||||
completedPath = completedPath.replace("{host}", externalUrlCriteria.getHost());
|
||||
|
|
Loading…
Reference in New Issue