feat: provide the functionality to use the new config option

This commit is contained in:
neon_arch 2023-07-30 10:53:48 +03:00
parent 6d3396b6f9
commit 2d47e8d730
5 changed files with 18 additions and 8 deletions

View file

@ -146,6 +146,7 @@ async fn results(
config.aggregator.random_delay,
config.debug,
cookie_value.engines,
config.request_timeout,
)
.await?
}
@ -156,6 +157,7 @@ async fn results(
config.aggregator.random_delay,
config.debug,
config.upstream_search_engines.clone(),
config.request_timeout,
)
.await?
}