Converted algo-perf values to floats
This commit is contained in:
parent
3b77fc1dbd
commit
d6a56a2e0a
1 changed files with 4 additions and 4 deletions
|
@ -34,10 +34,10 @@
|
||||||
"safe": false,
|
"safe": false,
|
||||||
"threads": null,
|
"threads": null,
|
||||||
"algo-perf": {
|
"algo-perf": {
|
||||||
"cn": 1000,
|
"cn": 1000.0,
|
||||||
"cn-fast": 2000,
|
"cn-fast": 2000.0,
|
||||||
"cn-lite": 2000,
|
"cn-lite": 2000.0,
|
||||||
"cn-heavy": 700
|
"cn-heavy": 700.0
|
||||||
},
|
},
|
||||||
"user-agent": null,
|
"user-agent": null,
|
||||||
"watch": false
|
"watch": false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue