removed delay

This commit is contained in:
Simon
2025-07-15 19:06:43 +00:00
parent f81a0e2ec5
commit a63e260dac
2 changed files with 4 additions and 5 deletions

View File

@@ -344,10 +344,10 @@ async fn videos_post(
let per_page_clone = perPage.to_string();
let featured_clone = featured.clone();
task::spawn_local(async move {
if let AnyProvider::Spankbang(_) = provider_clone {
// Spankbang has a delay for the next page
ntex::time::sleep(ntex::time::Seconds(80)).await;
}
// if let AnyProvider::Spankbang(_) = provider_clone {
// // Spankbang has a delay for the next page
// ntex::time::sleep(ntex::time::Seconds(80)).await;
// }
let _ = provider_clone
.get_videos(
cache_clone,