mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 22:18:23 -05:00
Update src/results/aggregator.rs
Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
This commit is contained in:
parent
75ad850e42
commit
c7c0bb9e2c
@ -73,7 +73,6 @@ pub async fn aggregate(
|
|||||||
config: &Config,
|
config: &Config,
|
||||||
upstream_search_engines: &[EngineHandler],
|
upstream_search_engines: &[EngineHandler],
|
||||||
safe_search: u8,
|
safe_search: u8,
|
||||||
tcp_connection_keepalive: u8,
|
|
||||||
) -> Result<SearchResults, Box<dyn std::error::Error>> {
|
) -> Result<SearchResults, Box<dyn std::error::Error>> {
|
||||||
let client = CLIENT.get_or_init(|| {
|
let client = CLIENT.get_or_init(|| {
|
||||||
ClientBuilder::new()
|
ClientBuilder::new()
|
||||||
|
Loading…
Reference in New Issue
Block a user