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