forked from Qortal/qortal
Reduced MAX_DESCRIPTION_LENGTH from 500 to 240, in preparation for upcoming arbitrary db reshape.
This commit is contained in:
parent
de4523c34e
commit
c78593cf15
@ -23,7 +23,7 @@ public class ArbitraryDataTransactionMetadata extends ArbitraryDataMetadata {
|
|||||||
private String mimeType;
|
private String mimeType;
|
||||||
|
|
||||||
private static int MAX_TITLE_LENGTH = 80;
|
private static int MAX_TITLE_LENGTH = 80;
|
||||||
private static int MAX_DESCRIPTION_LENGTH = 500;
|
private static int MAX_DESCRIPTION_LENGTH = 240;
|
||||||
private static int MAX_TAG_LENGTH = 20;
|
private static int MAX_TAG_LENGTH = 20;
|
||||||
private static int MAX_TAGS_COUNT = 5;
|
private static int MAX_TAGS_COUNT = 5;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user