Default to no auto-update. (#4092)

* Default to no auto-update.

* Fix test.
This commit is contained in:
Gav Wood 2017-01-09 18:33:53 +01:00 committed by GitHub
parent a584c6396c
commit e86b955815
2 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@
mode = "last"
mode_timeout = 300
mode_alarm = 3600
auto_update = "critical"
auto_update = "none"
release_track = "current"
no_download = false
no_consensus = false
@ -116,5 +116,3 @@ jit = false
logging = "own_tx=trace"
log_file = "/var/log/parity.log"
color = true

View File

@ -542,7 +542,7 @@ mod tests {
flag_mode: "last".into(),
flag_mode_timeout: 300u64,
flag_mode_alarm: 3600u64,
flag_auto_update: "critical".into(),
flag_auto_update: "none".into(),
flag_release_track: "current".into(),
flag_no_download: false,
flag_no_consensus: false,