mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
change default size limits
This commit is contained in:
parent
4f69f87eb6
commit
4507eb4530
1 changed files with 3 additions and 3 deletions
|
|
@ -175,7 +175,7 @@
|
||||||
{
|
{
|
||||||
"size":
|
"size":
|
||||||
{
|
{
|
||||||
"max":10000024
|
"max":10485760
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -297,7 +297,7 @@
|
||||||
"directory":"storage/snap",
|
"directory":"storage/snap",
|
||||||
"size":
|
"size":
|
||||||
{
|
{
|
||||||
"max":10000024
|
"max":1048576
|
||||||
},
|
},
|
||||||
"mime":
|
"mime":
|
||||||
{
|
{
|
||||||
|
|
@ -345,7 +345,7 @@
|
||||||
},
|
},
|
||||||
"size":
|
"size":
|
||||||
{
|
{
|
||||||
"max":10000024
|
"max":1048576
|
||||||
},
|
},
|
||||||
"mime":
|
"mime":
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue