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 bdd7d48 commit f080e3cCopy full SHA for f080e3c
src/utils.ts
@@ -4,7 +4,7 @@ import { PISCINE_CURSUS_IDS } from "./intra/cursus";
4
import { IntraUser } from "./intra/oauth";
5
import NodeCache from "node-cache";
6
const cursusCache = new NodeCache();
7
-const PISCINE_MIN_USER_COUNT = 60;
+const PISCINE_MIN_USER_COUNT = 40;
8
const prisma = new PrismaClient();
9
10
const months = [
0 commit comments