Default to no auto-update. (#4092)
* Default to no auto-update. * Fix test.
This commit is contained in:
parent
a584c6396c
commit
e86b955815
@ -2,7 +2,7 @@
|
|||||||
mode = "last"
|
mode = "last"
|
||||||
mode_timeout = 300
|
mode_timeout = 300
|
||||||
mode_alarm = 3600
|
mode_alarm = 3600
|
||||||
auto_update = "critical"
|
auto_update = "none"
|
||||||
release_track = "current"
|
release_track = "current"
|
||||||
no_download = false
|
no_download = false
|
||||||
no_consensus = false
|
no_consensus = false
|
||||||
@ -116,5 +116,3 @@ jit = false
|
|||||||
logging = "own_tx=trace"
|
logging = "own_tx=trace"
|
||||||
log_file = "/var/log/parity.log"
|
log_file = "/var/log/parity.log"
|
||||||
color = true
|
color = true
|
||||||
|
|
||||||
|
|
||||||
|
@ -542,7 +542,7 @@ mod tests {
|
|||||||
flag_mode: "last".into(),
|
flag_mode: "last".into(),
|
||||||
flag_mode_timeout: 300u64,
|
flag_mode_timeout: 300u64,
|
||||||
flag_mode_alarm: 3600u64,
|
flag_mode_alarm: 3600u64,
|
||||||
flag_auto_update: "critical".into(),
|
flag_auto_update: "none".into(),
|
||||||
flag_release_track: "current".into(),
|
flag_release_track: "current".into(),
|
||||||
flag_no_download: false,
|
flag_no_download: false,
|
||||||
flag_no_consensus: false,
|
flag_no_consensus: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user