storagenode/orders: set devDefault sender interval to 30s

Change-Id: Ic2877da12b5985b73d1565e8ccd65bc817a76448
This commit is contained in:
Kaloyan Raev 2020-05-11 18:55:44 +03:00
parent 22fbe804e3
commit e0cf9ae888

View File

@ -84,7 +84,7 @@ type DB interface {
// Config defines configuration for sending orders.
type Config struct {
MaxSleep time.Duration `help:"maximum duration to wait before trying to send orders" releaseDefault:"300s" devDefault:"1s"`
SenderInterval time.Duration `help:"duration between sending" default:"1h0m0s"`
SenderInterval time.Duration `help:"duration between sending" releaseDefault:"1h0m0s" devDefault:"30s"`
SenderTimeout time.Duration `help:"timeout for sending" default:"1h0m0s"`
SenderDialTimeout time.Duration `help:"timeout for dialing satellite during sending orders" default:"1m0s"`
CleanupInterval time.Duration `help:"duration between archive cleanups" default:"1h0m0s"`