We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f70b75 commit bafcb4eCopy full SHA for bafcb4e
src/lib/statsProvider.tsx
@@ -94,9 +94,9 @@ interface CommunityStatsProviderProps {
94
95
const GITHUB_ORG = "recodehive";
96
const POINTS_PER_PR = 10;
97
-const MAX_CONCURRENT_REQUESTS = 8;
98
-const CACHE_DURATION = 5 * 60 * 1000; // 5 minutes cache
99
-const MAX_PAGES_PER_REPO = 20;
+const MAX_CONCURRENT_REQUESTS = 15;
+const CACHE_DURATION = 20 * 60 * 1000; // 20 minutes cache
+const MAX_PAGES_PER_REPO = 10;
100
101
// Function to calculate points based on PR labels
102
const calculatePointsForPR = (labels?: Array<{ name: string }>): number => {
0 commit comments