Skip to content

Commit

Permalink
drop default persist window to 72hr (matching bigsky)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Nov 19, 2024
1 parent e3e8d70 commit 2c8d601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/rainbow/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ func run(args []string) {
},
&cli.Float64Flag{
Name: "persist-hours",
Value: 24 * 7,
EnvVars: []string{"SPLITTER_PERSIST_HOURS"},
Value: 24 * 3,
EnvVars: []string{"RAINBOW_PERSIST_HOURS", "SPLITTER_PERSIST_HOURS"},
Usage: "hours to buffer (float, may be fractional)",
},
&cli.Int64Flag{
Expand Down

0 comments on commit 2c8d601

Please sign in to comment.