mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 05:39:01 +08:00
Update batch_billing.ts
This commit is contained in:
parent
a36c6a4f40
commit
299e3e29e0
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user