Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMaizels committed Oct 14, 2024
1 parent 058f599 commit bd08630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RedundancyCalc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function UploadCostCalc() {
const [isEncrypted, setIsEncrypted] = useState(false);
const [unit, setUnit] = useState("chunks");
const maxChunks = [119, 107, 97, 37];
const maxParities = [9, 21, 31, 89];
const maxParities = [9, 21, 31, 90];
const maxChunksEncrypted = [59, 53, 48, 18];
const errorTolerances = {
Medium: "1%",
Expand Down

0 comments on commit bd08630

Please sign in to comment.