mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-06 03:06:04 +08:00
Decrease diff warn threshold further
This commit is contained in:
parent
e4f9a92e98
commit
8b82e11625
@ -66,7 +66,7 @@ export async function deriveDiff(meta: Meta, document: Document): Promise<Docume
|
||||
i_url: document.metadata.sourceURL ?? meta.url,
|
||||
});
|
||||
const end = Date.now();
|
||||
if (end - start > 300) {
|
||||
if (end - start > 100) {
|
||||
meta.logger.debug("Diffing took a while", { time: end - start, params: { i_team_id: meta.internalOptions.teamId, i_url: document.metadata.sourceURL ?? meta.url } });
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user