mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 00:09:01 +08:00
Revert "Update auth.ts"
This reverts commit fea249c568c4a8d63bcc2e560fd3655e73350be6.
This commit is contained in:
parent
72eb360eba
commit
64af3ba728
@ -64,8 +64,8 @@ export async function setCachedACUC(
|
|||||||
throw signal.error;
|
throw signal.error;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Cache for 10 minutes
|
// Cache for 1 hour. - mogery
|
||||||
await setValue(cacheKeyACUC, JSON.stringify(acuc), 600, true);
|
await setValue(cacheKeyACUC, JSON.stringify(acuc), 3600, true);
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.error(`Error updating cached ACUC ${cacheKeyACUC}: ${error}`);
|
logger.error(`Error updating cached ACUC ${cacheKeyACUC}: ${error}`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user