diff options
| author | Fuwn <[email protected]> | 2026-02-27 09:26:06 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-27 09:26:06 -0800 |
| commit | 8980607ef8e7426b601f942f26ae2cd4c4f3edff (patch) | |
| tree | 60bdb4bbbe5755223c3387179ee7406432d084ab /config.default.yaml | |
| parent | fix: make mirror replay lossless with strict seq accounting and trace (diff) | |
| download | plutia-test-8980607ef8e7426b601f942f26ae2cd4c4f3edff.tar.xz plutia-test-8980607ef8e7426b601f942f26ae2cd4c4f3edff.zip | |
feat: add thin mode for on-demand verified PLC resolution
Diffstat (limited to 'config.default.yaml')
| -rw-r--r-- | config.default.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.default.yaml b/config.default.yaml index 3e71d75..9782b06 100644 --- a/config.default.yaml +++ b/config.default.yaml @@ -9,6 +9,8 @@ commit_batch_size: 128 verify_workers: 10 export_page_size: 1000 replay_trace: false +thin_cache_ttl: 24h +thin_cache_max_entries: 100000 listen_addr: :8080 mirror_private_key_path: ./mirror.key poll_interval: 5s |