mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
prioritize search lower
This commit is contained in:
parent
59eb552df5
commit
f494d2b707
|
@ -90,7 +90,7 @@ export async function searchHelper(
|
|||
},
|
||||
opts: {
|
||||
jobId: uuid,
|
||||
priority: 10,
|
||||
priority: 20,
|
||||
}
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user