Skip to content

Commit

Permalink
fix defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekM25 committed Jan 9, 2025
1 parent 362f18c commit 2f1f6f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ private void SetMaxAndTargetBlobCount(ChainSpec chainSpec, ReleaseSpec spec, ulo
}
else
{
spec.TargetBlobCount = 0;
spec.MaxBlobCount = 0;
spec.TargetBlobCount = 3;
spec.MaxBlobCount = 6;
}
}

Expand Down

0 comments on commit 2f1f6f2

Please sign in to comment.