Skip to content

Commit

Permalink
Increase max file size to 64mb binary
Browse files Browse the repository at this point in the history
67,108,864 bytes
  • Loading branch information
codemonkey85 committed Feb 20, 2024
1 parent 438a45a commit 78e8a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pkmds.Web/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ public static class Constants
{
public const string SelectedSlotStyle = "border: 4px solid orange; border-radius: 6px;";

public const long MaxFileSize = 8_000_000L; // bytes
public const long MaxFileSize = 67_108_864L; // 64 bytes in binary
}

0 comments on commit 78e8a93

Please sign in to comment.