Decrease Bulldozer Payments init batch size to 50

This commit is contained in:
Konstantin Wohlwend 2026-07-03 09:43:53 -07:00
parent d568752a3d
commit 121793595d

View File

@ -34,7 +34,7 @@ import { globalPrismaClient } from "@/prisma-client";
import { throwErr } from "@hexclave/shared/dist/utils/errors";
import { wait } from "@hexclave/shared/dist/utils/promises";
const BATCH_SIZE = 100;
const BATCH_SIZE = 50;
// Fixed processing order. Resume positions are interpreted against this list.
export const BACKFILL_TABLES = [