diff --git a/utils/clogs/clog.go b/utils/clogs/clog.go index 0c14df292..60a9ff0d7 100644 --- a/utils/clogs/clog.go +++ b/utils/clogs/clog.go @@ -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)