mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 02:10:12 -06:00
chore: increase batch size of weekly summary team calls (#1827)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user