mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 21:09:00 +08:00
adjust acuc balance
This commit is contained in:
parent
3786ad7f5d
commit
0c457e6f2f
@ -101,7 +101,7 @@ export async function getACUC(
|
||||
: "auth_credit_usage_chunk_test_22_credit_pack_n_extract";
|
||||
while (retries < maxRetries) {
|
||||
const client =
|
||||
Math.random() > 0.5 ? supabase_rr_service : supabase_service;
|
||||
Math.random() > (2/3) ? supabase_rr_service : supabase_service;
|
||||
({ data, error } = await client.rpc(
|
||||
rpcName,
|
||||
{ input_key: api_key },
|
||||
|
Loading…
x
Reference in New Issue
Block a user