Skip to content

Commit d4a3bc6

Browse files
authored
Fix retention from 0.8 days to 8 days
Silly change, but 0.8 days is very short. Google helped me verify the math.
1 parent 97f03a4 commit d4a3bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

events-kube/topic-ops-kube-events-all-json.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ spec:
2727
- --replication-factor
2828
- "1"
2929
- --config
30-
# this might be eight days
31-
- retention.ms=69125000
30+
# 8 days
31+
- retention.ms=691200000
3232
restartPolicy: Never

0 commit comments

Comments
 (0)