remove 1g limit
This commit is contained in:
@@ -32,6 +32,7 @@ archive:
|
||||
- README*
|
||||
- changelog*
|
||||
- CHANGELOG*
|
||||
- .ghs.yml
|
||||
snapshot:
|
||||
name_template: SNAPSHOT-{{ .Commit }}
|
||||
checksum:
|
||||
|
||||
@@ -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) {
|
||||
@@ -374,4 +374,4 @@ $(function() {
|
||||
|
||||
e.clearSelection();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user