From 299e3e29e0d391b6d93ab196880ef6fa625bc3dc Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 27 May 2025 18:44:24 -0300 Subject: [PATCH] Update batch_billing.ts --- apps/api/src/services/billing/batch_billing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/services/billing/batch_billing.ts b/apps/api/src/services/billing/batch_billing.ts index 8006b880..1a13e8e0 100644 --- a/apps/api/src/services/billing/batch_billing.ts +++ b/apps/api/src/services/billing/batch_billing.ts @@ -9,7 +9,7 @@ import { getACUC, setCachedACUC, setCachedACUCTeam } from "../../controllers/aut // Configuration constants const BATCH_KEY = "billing_batch"; const BATCH_LOCK_KEY = "billing_batch_lock"; -const BATCH_SIZE = 50; // Batch size for processing +const BATCH_SIZE = 1000; // Batch size for processing const BATCH_TIMEOUT = 15000; // 15 seconds processing interval const LOCK_TIMEOUT = 30000; // 30 seconds lock timeout