mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 17:19:00 +08:00
Update crawl-maps-index.ts
This commit is contained in:
parent
92b8d97be3
commit
baa2f94765
@ -8,8 +8,8 @@ import { redisConnection } from "../queue-service";
|
||||
|
||||
const BATCH_KEY = "crawl_maps_batch";
|
||||
const BATCH_LOCK_KEY = "crawl_maps_batch_lock";
|
||||
const BATCH_SIZE = 10;
|
||||
const BATCH_TIMEOUT = 10000; // 10 seconds
|
||||
const BATCH_SIZE = 20;
|
||||
const BATCH_TIMEOUT = 20000; // 10 seconds
|
||||
const LOCK_TIMEOUT = 30000; // 30 seconds
|
||||
|
||||
interface CrawlMapOperation {
|
||||
|
Loading…
x
Reference in New Issue
Block a user