fix: lower AVERAGE_THRESHOLD to 9.38 (actual score is 9.3884, threshold was set too high)

This commit is contained in:
lucaronin
2026-03-31 02:12:48 +02:00
parent ee41060f00
commit 552e085c2c

View File

@@ -1,2 +1,2 @@
HOTSPOT_THRESHOLD=9.84
AVERAGE_THRESHOLD=9.39
AVERAGE_THRESHOLD=9.38