Skip to content

Commit

Permalink
chore: update percentages
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill committed Mar 18, 2024
1 parent 518ab8a commit b74233b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/check/redundancy/redundancy.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (c *Check) uploadChunks(ctx context.Context, client *bee.Client, chunks []s
case redundancy.INSANE:
rate = 0.1
case redundancy.PARANOID:
rate = 0.35
rate = 0.5
}
} else {
switch rLevel {
Expand All @@ -162,7 +162,7 @@ func (c *Check) uploadChunks(ctx context.Context, client *bee.Client, chunks []s
case redundancy.INSANE:
rate = 0.35
case redundancy.PARANOID:
rate = 0.7
rate = 0.9
}
}

Expand Down

0 comments on commit b74233b

Please sign in to comment.