Skip to content

Commit

Permalink
Merge pull request #2400 from mandiant/web/filesize
Browse files Browse the repository at this point in the history
bump upload size limit to 100MB from 10MB
  • Loading branch information
mr-tz authored Sep 24, 2024
2 parents bab7ed9 + f024e1d commit 25c4902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/explorer/src/components/UploadOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
mode="basic"
name="model[]"
accept=".json,.gz"
:max-file-size="10000000"
:max-file-size="100000000"
:auto="true"
:custom-upload="true"
choose-label="Upload from local"
Expand Down

0 comments on commit 25c4902

Please sign in to comment.