set PROP_VALUE_MAX=149 to fix property cannot exceed 91 bytes issue

This commit is contained in:
August 2018-08-15 18:51:45 +08:00
parent bad31b0320
commit 0ecc9cfb31
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ __BEGIN_DECLS
typedef struct prop_info prop_info;
#define PROP_VALUE_MAX 92
#define PROP_VALUE_MAX 149
/*
* Sets system property `key` to `value`, creating the system property if it doesn't already exist.