Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try 32
Browse files Browse the repository at this point in the history
nazar-pc committed Jun 2, 2024
1 parent 27b6eec commit e88371b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subspace-farmer/src/piece_cache.rs
Original file line number Diff line number Diff line change
@@ -204,7 +204,7 @@ impl PieceCache {
file,
max_num_elements: capacity,
#[cfg(windows)]
semaphore: async_lock::Semaphore::new(1),
semaphore: async_lock::Semaphore::new(32),
}),
})
}

0 comments on commit e88371b

Please sign in to comment.