Updated zclassic_example.json for sane varDiff params

This commit is contained in:
joshuayabut 2016-12-19 01:57:48 +00:00
parent 127daf2176
commit 661695b1cf
1 changed files with 3 additions and 3 deletions

View File

@ -30,12 +30,12 @@
"ports": {
"3032": {
"diff": 0.125,
"diff": 0.05,
"varDiff": {
"minDiff": 0.125,
"minDiff": 0.04,
"maxDiff": 16,
"targetTime": 15,
"retargetTime": 90,
"retargetTime": 60,
"variancePercent": 30
}
}