forked from Qortal/qortal
Set max size of APP service to 50MB.
This commit is contained in:
parent
2bee3cbb5c
commit
50780aba53
@ -83,7 +83,7 @@ public enum Service {
|
|||||||
DOCUMENT(800, false, null, true, null),
|
DOCUMENT(800, false, null, true, null),
|
||||||
LIST(900, true, null, true, null),
|
LIST(900, true, null, true, null),
|
||||||
PLAYLIST(910, true, null, true, null),
|
PLAYLIST(910, true, null, true, null),
|
||||||
APP(1000, false, null, false, null),
|
APP(1000, true, 50*1024*1024L, false, null),
|
||||||
METADATA(1100, false, null, true, null),
|
METADATA(1100, false, null, true, null),
|
||||||
JSON(1110, true, 25*1024L, true, null) {
|
JSON(1110, true, 25*1024L, true, null) {
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user