Passed
Push — master ( c86d28...05d6fc )
by Humberto
01:30 queued 11s
created

build.settings   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
wmc 0
eloc 3
dl 0
loc 5
ccs 2
cts 2
cp 1
rs 10
c 0
b 0
f 0
1
"""Settings from flow_manager NApp."""
2
# Pooling frequency
3 1
STATS_INTERVAL = 30
4
FLOWS_DICT_MAX_SIZE = 10000
5