Skip to content

Commit

Permalink
remove 1g limit
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Sep 11, 2017
1 parent 7587b80 commit 1b217ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .ghs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
upload: true
delete: false
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ archive:
- README*
- changelog*
- CHANGELOG*
- .ghs.yml
snapshot:
name_template: SNAPSHOT-{{ .Commit }}
checksum:
Expand Down
4 changes: 2 additions & 2 deletions res/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ var vm = new Vue({
})
this.myDropzone = new Dropzone("#upload-form", {
paramName: "file",
maxFilesize: 1024,
maxFilesize: 10240,
addRemoveLinks: true,
init: function() {
this.on("uploadprogress", function(file, progress) {
Expand Down Expand Up @@ -374,4 +374,4 @@ $(function() {

e.clearSelection();
});
});
});

0 comments on commit 1b217ca

Please sign in to comment.