Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/commands/publish/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ pub async fn execute_publish(
.map(|p| (p.name.clone(), p.path.clone()))
.collect();

// Note: GIT_CONCURRENT_CAP is private in crate::core in original code?
// If it is, we might need to use a hardcoded value or expose it.
// I'll assume 8 for now or check if I can import it.
// Checking previous file read... it was used as `crate::core::GIT_CONCURRENT_CAP`.
// So it should be available.
let context = create_processing_context(repos_for_context, start_time, crate::core::GIT_CONCURRENT_CAP)?;

let mut futures = FuturesUnordered::new();
Expand Down