Commit 87ad656
docs: document --caplin.columns-keep-slots flag (PeerDAS column retention) (#20729)
## Summary
Documents the `--caplin.columns-keep-slots` flag introduced in #20380.
- Adds a new **PeerDAS Data Column Retention** subsection to `caplin.md`
- Flag: `--caplin.columns-keep-slots` (default: 131072, ~18 days)
- Explains use case for DA oracle / rollup nodes needing longer column
history
## Test plan
- [ ] Verify flag appears in `erigon --help` on `release/3.4`
- [ ] Verify default value matches source:
`MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS * SLOTS_PER_EPOCH =
131072`
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: bloxster <gianni.morselli@erigon.tech>1 parent 8619a4a commit 87ad656
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
| |||
0 commit comments