Skip to content

Commit 925250a

Browse files
committed
fix(pegboard): increase actor log ttl to 14 days (#2544)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent dbe2a48 commit 925250a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE actor_logs
2+
MODIFY TTL toDate(ts + toIntervalDay(3));
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE actor_logs
2+
MODIFY TTL toDate(ts + toIntervalDay(14));

0 commit comments

Comments
 (0)