remove 1g limit
This commit is contained in:
@@ -32,6 +32,7 @@ archive:
|
|||||||
- README*
|
- README*
|
||||||
- changelog*
|
- changelog*
|
||||||
- CHANGELOG*
|
- CHANGELOG*
|
||||||
|
- .ghs.yml
|
||||||
snapshot:
|
snapshot:
|
||||||
name_template: SNAPSHOT-{{ .Commit }}
|
name_template: SNAPSHOT-{{ .Commit }}
|
||||||
checksum:
|
checksum:
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ var vm = new Vue({
|
|||||||
})
|
})
|
||||||
this.myDropzone = new Dropzone("#upload-form", {
|
this.myDropzone = new Dropzone("#upload-form", {
|
||||||
paramName: "file",
|
paramName: "file",
|
||||||
maxFilesize: 1024,
|
maxFilesize: 10240,
|
||||||
addRemoveLinks: true,
|
addRemoveLinks: true,
|
||||||
init: function() {
|
init: function() {
|
||||||
this.on("uploadprogress", function(file, progress) {
|
this.on("uploadprogress", function(file, progress) {
|
||||||
@@ -374,4 +374,4 @@ $(function() {
|
|||||||
|
|
||||||
e.clearSelection();
|
e.clearSelection();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user