mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
Decrease Bulldozer Payments init batch size to 50
This commit is contained in:
parent
d568752a3d
commit
121793595d
@ -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 = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user