Skip to content

Commit

Permalink
Change channel log TTL to be 1 week
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Sep 18, 2024
1 parent ce35aef commit 05ce309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/clogs/clog.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
dynamoTTL = 14 * 24 * time.Hour
dynamoTTL = 7 * 24 * time.Hour // 1 week
)

// LogUUID is the type of a channel log UUID (should be v7)
Expand Down

0 comments on commit 05ce309

Please sign in to comment.