Update CustomRuleThresholdChange.json

Changing the threshold from 50 to .50 so it reflects as 50% and NOT 5000%
This commit is contained in:
sqlworldwide
2021-07-10 09:54:27 -04:00
committed by GitHub
parent ce3c06d5fb
commit ed990a563c
@@ -6,7 +6,7 @@
{
"id": "DBSpaceAvailable",
"itemType": "override",
"threshold": 50
"threshold": .50
}
]
}