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