0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-23 06:28:23 -05:00

Update src/results/aggregator.rs

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
This commit is contained in:
Kekma 2024-03-22 04:05:29 +05:30 committed by GitHub
parent 75ad850e42
commit c7c0bb9e2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()