chore: increase batch size of weekly summary team calls (#1827)

This commit is contained in:
Matti Nannt
2023-12-23 19:49:14 +01:00
committed by GitHub
parent 8a7d498a26
commit 044080fee9

View File

@@ -8,7 +8,7 @@ import { CRON_SECRET } from "@formbricks/lib/constants";
import { sendNoLiveSurveyNotificationEmail, sendWeeklySummaryNotificationEmail } from "./email";
import { EnvironmentData, NotificationResponse, ProductData, Survey, SurveyResponse } from "./types";
const BATCH_SIZE = 10;
const BATCH_SIZE = 500;
export async function POST(): Promise<NextResponse> {
// Check authentication