Skip to content

Commit 960c13a

Browse files
committed
fix(pegboard): increase actor log ttl to 14 days
1 parent 54b6d3c commit 960c13a

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)