mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
implement --index-timeout option
This commit is contained in:
parent
e4279b7cab
commit
ae4e2e4ba9
4 changed files with 19 additions and 4 deletions
|
|
@ -77,6 +77,7 @@ async fn main() -> Result<()> {
|
|||
debug.info("Crawler started");
|
||||
let mut index = Index::init(
|
||||
config.index_capacity,
|
||||
config.index_timeout,
|
||||
config.export_rss.is_some(),
|
||||
config.export_rss.is_some(),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue