Skip to content

Commit ec7ede8

Browse files
committed
fix(pegboard): increase actor log ttl to 14 days
1 parent fec69e4 commit ec7ede8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
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)