Browse Source

change default size limits

main
yggverse 8 months ago
parent
commit
4507eb4530
  1. 6
      example/config.json

6
example/config.json

@ -175,7 +175,7 @@ @@ -175,7 +175,7 @@
{
"size":
{
"max":10000024
"max":10485760
}
}
},
@ -297,7 +297,7 @@ @@ -297,7 +297,7 @@
"directory":"storage/snap",
"size":
{
"max":10000024
"max":1048576
},
"mime":
{
@ -345,7 +345,7 @@ @@ -345,7 +345,7 @@
},
"size":
{
"max":10000024
"max":1048576
},
"mime":
{

Loading…
Cancel
Save