Skip to content

Commit

Permalink
add 30m interval
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfatman committed Oct 24, 2024
1 parent 4ff4ac1 commit 0d5913a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ var intervals = []*store.Interval{
Seconds: 900,
Retention: time.Hour * 24 * 7,
},
{
Seconds: 1800,
Retention: time.Hour * 24 * 14,
},
{
Seconds: 3600,
Retention: time.Hour * 24 * 14,
Expand Down

0 comments on commit 0d5913a

Please sign in to comment.