We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6e765a + 9eb050b commit 656cad4Copy full SHA for 656cad4
tests/slo/internal/config/config.go
@@ -53,6 +53,7 @@ func New() (*Config, error) {
53
}
54
55
cfg.Mode = CreateMode
56
+ cfg.Time = 30
57
58
fs.Uint64Var(&cfg.MinPartitionsCount,
59
"min-partitions-count", 6, "minimum amount of partitions in table")
@@ -72,6 +73,7 @@ func New() (*Config, error) {
72
73
74
75
cfg.Mode = CleanupMode
76
77
case "run":
78
if len(os.Args) < 4 {
79
fmt.Print(runHelp)
0 commit comments