lib/zold/commands/remote.rb in zold-0.24.0 vs lib/zold/commands/remote.rb in zold-0.24.1

- old
+ new

@@ -113,11 +113,11 @@ default: false 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: 3)', - default: 3 + 'The amount of update cycles to run, in order to fetch as many nodes as possible (default: 2)', + default: 2 o.string '--network', "The name of the network we work in (default: #{Wallet::MAINET})", required: true, default: Wallet::MAINET o.bool '--reboot',