diff options
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` |