Skip to content

Commit

Permalink
revert to fast
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Dec 20, 2024
1 parent ba40685 commit ca87b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rattler_cache/src/package_cache/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ where

// Validate the package directory.
let validation_result = tokio::task::spawn_blocking(move || {
validate_package_directory(&path_inner, ValidationMode::Full)
validate_package_directory(&path_inner, ValidationMode::Fast)
})
.await;

Expand Down

0 comments on commit ca87b88

Please sign in to comment.