Skip to content

Commit 8f6f5a2

Browse files
authored
Merge pull request #171 from ioet/170-increase-description-length
fix: #170 inscrease description size
2 parents a3fed86 + 4d235e7 commit 8f6f5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons/data_access_layer/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"""
88
import abc
99

10-
COMMENTS_MAX_LENGTH = 500
10+
COMMENTS_MAX_LENGTH = 1500
1111
ID_MAX_LENGTH = 64
1212

1313

0 commit comments

Comments
 (0)