mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 07:19:03 +08:00
fix(scrapeQueue): change expiry to 1 hour
This commit is contained in:
parent
a7b56ab87c
commit
a1efe33c8a
@ -22,10 +22,10 @@ export function getScrapeQueue() {
|
||||
connection: redisConnection,
|
||||
defaultJobOptions: {
|
||||
removeOnComplete: {
|
||||
age: 90000, // 25 hours
|
||||
age: 3600, // 1 hour
|
||||
},
|
||||
removeOnFail: {
|
||||
age: 90000, // 25 hours
|
||||
age: 3600, // 1 hour
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user