Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

Commit 640ece0

Browse files
committed
Update constants: add maximum values
1 parent aa4bed5 commit 640ece0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

swf/constants.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@
77

88
REGISTERED = 'REGISTERED'
99
DEPRECATED = 'DEPRECATED'
10+
11+
MAX_REASON_LENGTH = 256
12+
MAX_DETAILS_LENGTH = 32768
13+
MAX_INPUT_LENGTH = 32000
14+
MAX_RESULT_LENGTH = 32000

0 commit comments

Comments
 (0)