Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 2e520f9

Browse files
authored
Increased group pagesize to 2000
This will "fix" the issue of new groups not showing in the type ahead when managing challenges.
1 parent a5b7b54 commit 2e520f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/main/com/topcoder/direct/services/view/util/DirectUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ public final class DirectUtils {
10411041
/**
10421042
* Default value url parameter perPage
10431043
*/
1044-
private static final String PER_PAGE_VALUE = "1000";
1044+
private static final String PER_PAGE_VALUE = "2000";
10451045

10461046
/**
10471047
* The jackson object mapping which is used to deserialize json return from API to domain model.

0 commit comments

Comments
 (0)