Skip to content

Commit 10fa6ff

Browse files
committed
Merge branch 'contributor-activity' into 'main'
reduced page size See merge request ExplorViz/code/code-analyzer!16
2 parents ec26528 + 3ba51a9 commit 10fa6ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/explorviz/code/analysis/service/GithubFetcherService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class GithubFetcherService {
5959
private static final Logger LOGGER = LoggerFactory.getLogger(GithubFetcherService.class);
6060

6161
private static final String GITHUB_URL = "https://api.github.com/graphql";
62-
private static final Integer PAGE_SIZE = 50;
62+
private static final Integer PAGE_SIZE = 10;
6363
private static final Integer NUM_LABELS = 10;
6464
private static final Integer NUM_TIMELINE_ITEMS = 25;
6565
private static final Integer NUM_COMMITS = 25;

0 commit comments

Comments
 (0)