Add config property to enable/disable config upload on startup
This commit is contained in:
parent
ed80e8a436
commit
4ae65643ba
7 changed files with 25 additions and 10 deletions
|
@ -35,6 +35,7 @@
|
|||
"worker-id": null, // custom worker-id for CC Server (otherwise hostname is used)
|
||||
"update-interval-s": 10, // status update interval in seconds (default: 10 min: 1)
|
||||
"use-remote-logging" : true, // enable remote logging on CC Server
|
||||
"remote-logging-max-rows" : 20 // maximum last n-log rows to send CC Server
|
||||
"remote-logging-max-rows" : 20, // maximum last n-log rows to send CC Server
|
||||
"upload-config-on-startup" : true // upload current miner config to CC Server on startup
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue