Commit 8ac2dcc
fix(access-logs): lower processed-marker TTL from 7d to 1d
Zero-byte dedup markers accumulated (500k+ files) and bloated the Docker
build context, slowing image builds. ClickHouse insert dedup (by batch id)
is the real safety net, so a 1-day retention window is safe. Bump to 1.5.3.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 7b79f3e commit 8ac2dcc
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments