You've already forked AstralRinth
forked from didirus/AstralRinth
Fix redis pool timeout (#669)
* Fix redis pool timeout * remove search dep project issues * run fmt + prep
This commit is contained in:
@@ -135,7 +135,9 @@ pub async fn count_download(
|
||||
.headers
|
||||
.clone()
|
||||
.into_iter()
|
||||
.filter(|x| !crate::routes::analytics::FILTERED_HEADERS.contains(&&*x.0.to_lowercase()))
|
||||
.filter(|x| {
|
||||
!crate::routes::analytics::FILTERED_HEADERS.contains(&&*x.0.to_lowercase())
|
||||
})
|
||||
.collect(),
|
||||
})
|
||||
.await;
|
||||
|
||||
Reference in New Issue
Block a user