satellite/metainfo: set RS defaults
While resolving conflicts with `master` I missed this change which is needed e.g. to run storj-sim. Change-Id: I56a548ed92b978510526c26c81af03051acfde2f
This commit is contained in:
parent
7dde184cb5
commit
48f1f7132e
@ -122,7 +122,7 @@ type Config struct {
|
||||
MaxMetadataSize memory.Size `default:"2KiB" help:"maximum segment metadata size"`
|
||||
MaxCommitInterval time.Duration `default:"48h" help:"maximum time allowed to pass between creating and committing a segment"`
|
||||
Overlay bool `default:"true" help:"toggle flag if overlay is enabled"`
|
||||
RS RSConfig `help:"redundancy scheme configuration"`
|
||||
RS RSConfig `releaseDefault:"29/35/80/110-256B" devDefault:"4/6/8/10-256B" help:"redundancy scheme configuration in the format k/m/o/n-sharesize"`
|
||||
Loop LoopConfig `help:"loop configuration"`
|
||||
RateLimiter RateLimiterConfig `help:"rate limiter configuration"`
|
||||
ProjectLimits ProjectLimitConfig `help:"project limit configuration"`
|
||||
|
Loading…
Reference in New Issue
Block a user