Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill committed Feb 27, 2024
1 parent 549fe94 commit bf267bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/check/redundancy/redundancy.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func (c *Check) uploadChunks(ctx context.Context, client *bee.Client, chunks []s
case redundancy.INSANE:
rate = 0.1
case redundancy.PARANOID:
rate = 0.5
rate = 0.35
}

rnd := random.PseudoGenerator(seed)
Expand Down

0 comments on commit bf267bb

Please sign in to comment.