Skip to content

Commit 436b066

Browse files
committed
change MAX_COMMA_VALUES constant. 5 is now the default value
1 parent dfed0a6 commit 436b066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flowapp/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
DEFAULT_ORDER = "desc"
1010

1111
# Maximum allowed comma separated values for port string or packet lenght
12-
MAX_COMMA_VALUES = 6
12+
MAX_COMMA_VALUES = 5
1313

1414
SORT_ARG = "sort"
1515
ORDER_ARG = "order"

0 commit comments

Comments
 (0)