Skip to content

Commit 31648ea

Browse files
committed
Match the actual limit.
1 parent 1e13874 commit 31648ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/App/Views/ValidateSPIManifest/ValidateSPIManifest+View.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extension ValidateSPIManifest {
6868
.rows(15),
6969
.text(model.manifest),
7070
// allow more than maxByteSize so we can correctly report on files that are too large
71-
.attribute(named: "maxlength", value: "\(SPIManifest.Manifest.maxByteSize + 100)")
71+
.attribute(named: "maxlength", value: "\(SPIManifest.Manifest.maxByteSize)")
7272
)
7373
),
7474
.button(

0 commit comments

Comments
 (0)