diff options
| author | Fuwn <[email protected]> | 2026-02-28 05:16:00 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-28 05:16:00 -0800 |
| commit | 0ab05f59200b3be30705f228203b33b2215450de (patch) | |
| tree | 221f21d64d353c4ee5e264b38dab3f166031defb /README.md | |
| parent | chore: remove dev compose and config files (diff) | |
| download | plutia-test-0ab05f59200b3be30705f228203b33b2215450de.tar.xz plutia-test-0ab05f59200b3be30705f228203b33b2215450de.zip | |
docs(config): align documented and compose config coverage
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 20 insertions, 5 deletions
@@ -184,17 +184,32 @@ Always keep extra headroom for compaction, checkpoints, and operational buffers. ### Example `config.default.yaml` -See [`config.default.yaml`](./config.default.yaml). Core knobs: +See [`config.default.yaml`](./config.default.yaml). All supported config keys: - `mode` +- `data_dir` +- `plc_source` - `verify` -- `thin_cache_ttl` -- `thin_cache_max_entries` +- `zstd_level` +- `block_size_mb` +- `checkpoint_interval` - `commit_batch_size` - `verify_workers` -- `checkpoint_interval` -- `rate_limit.*` +- `export_page_size` +- `replay_trace` +- `thin_cache_ttl` +- `thin_cache_max_entries` +- `listen_addr` +- `mirror_private_key_path` +- `poll_interval` - `request_timeout` +- `http_retry_max_attempts` +- `http_retry_base_delay` +- `http_retry_max_delay` +- `rate_limit.resolve_rps` +- `rate_limit.resolve_burst` +- `rate_limit.proof_rps` +- `rate_limit.proof_burst` ### Example `docker-compose.yml` |