Default to 1 year retension
This commit is contained in:
@@ -60,7 +60,7 @@ Permissions: directory `0700`. Do **not** commit `data/` or `.env`.
|
||||
| `PEARDATA_TIER0_POINTS` | `3600` | High-res ring size (~1h @ 1s); seeds Data Manager |
|
||||
| `PEARDATA_TIER1_POINTS` | `1440` | Downsampled ring size; seeds Data Manager |
|
||||
| `PEARDATA_TIER1_EVERY` | `60` | Samples per tier1 average (also HyperDB warm flush) |
|
||||
| `PEARDATA_WARM_RETENTION_MS` | `604800000` (7d) | Soft age limit for HyperDB warm points (seed) |
|
||||
| `PEARDATA_WARM_RETENTION_MS` | `31536000000` (1y) | Soft age limit for HyperDB warm points (seed) |
|
||||
| `PEARDATA_WARM_MAX_BYTES` | `0` | Soft corestore budget in bytes (`0` = unlimited) |
|
||||
| `PEARDATA_WARM_MAX_POINTS` | `0` | Cap on warm points (`0` = unlimited) |
|
||||
| `PEARDATA_AUTO_PRUNE` | on | `0` disables scheduled prune on boot |
|
||||
|
||||
@@ -129,7 +129,7 @@ Banner fields on agent start:
|
||||
| `PEARDATA_SWARM` | off | `1` enables Hyperswarm `store.replicate` |
|
||||
| `PEARDATA_TIER1_EVERY` | `60` | Samples per warm bucket (~60s @ 1Hz) |
|
||||
| `PEARDATA_TIER1_POINTS` | `1440` | In-memory tier1 ring (HyperDB keeps longer) |
|
||||
| `PEARDATA_WARM_RETENTION_MS` | `7d` | Seeds Data Manager age rotate |
|
||||
| `PEARDATA_WARM_RETENTION_MS` | `1y` | Seeds Data Manager age rotate |
|
||||
| `PEARDATA_WARM_MAX_BYTES` / `_POINTS` | `0` | Soft caps; `0` = unlimited |
|
||||
| `PEARDATA_AUTO_PRUNE` | on | Scheduled prune after boot |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user