Skip to content

Commit cdecb92

Browse files
committed
Revert "more shards"
This reverts commit 87aac56.
1 parent 18e1351 commit cdecb92

File tree

1 file changed

+1
-1
lines changed
  • turbopack/crates/turbo-tasks-backend/src/backend

1 file changed

+1
-1
lines changed

turbopack/crates/turbo-tasks-backend/src/backend/storage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ where
337337
{
338338
pub fn new() -> Self {
339339
let shard_amount =
340-
(available_parallelism().map_or(4, |v| v.get()) * 256).next_power_of_two();
340+
(available_parallelism().map_or(4, |v| v.get()) * 64).next_power_of_two();
341341
Self {
342342
map: DashMap::with_capacity_and_hasher_and_shard_amount(
343343
1024 * 1024,

0 commit comments

Comments
 (0)