Skip to content

Commit 36004fe

Browse files
committed
fix: Set cli.verbose to false in config-example.json
1 parent 32ce2bc commit 36004fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/config-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"colorizer": "none"
8181
},
8282
"cli": {
83-
"verbose": true,
83+
"verbose": false,
8484
"attempts": 2,
8585
"ignore_errors": false,
8686
"use_gpu": true,

0 commit comments

Comments
 (0)