Adjust limit due false positive analysis

This commit is contained in:
henryruhs 2024-03-25 22:45:40 +01:00
parent c3e8d9b9cf
commit 1283d31cec

View File

@ -26,7 +26,7 @@ MODELS : ModelSet =\
}
}
PROBABILITY_LIMIT = 0.80
RATE_LIMIT = 5
RATE_LIMIT = 10
STREAM_COUNTER = 0