Skip to content

Commit 0ff2c57

Browse files
authored
Merge pull request #2719 from fengzeroz/main
tag desc length: 256
2 parents 3f6517a + 8a5426b commit 0ff2c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/neuron/define.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
#define NEU_TAG_NAME_LEN 128
3535
#define NEU_TAG_ADDRESS_LEN 128
36-
#define NEU_TAG_DESCRIPTION_LEN 128
36+
#define NEU_TAG_DESCRIPTION_LEN 256
3737
#define NEU_GROUP_MAX_PER_NODE 512
3838
#define NEU_GROUP_NAME_LEN 128
3939
#define NEU_GROUP_INTERVAL_LIMIT 100

0 commit comments

Comments
 (0)