lib/zold/commands/remote.rb in zold-0.19.1 vs lib/zold/commands/remote.rb in zold-0.19.2
- old
+ new
@@ -105,10 +105,10 @@
o.bool '--ignore-ping',
'Don\'t fail if ping fails, just report the problem in the log',
default: false
o.integer '--depth',
'The amount of update cycles to run, in order to fetch as many nodes as possible (default: 2)',
- default: 2
+ default: 3
o.string '--network',
"The name of the network we work in (default: #{Wallet::MAINET}",
required: true,
default: Wallet::MAINET
o.bool '--reboot',