diff options
| author | Fuwn <[email protected]> | 2026-02-28 05:39:38 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-28 05:39:38 -0800 |
| commit | 2525861018ccd4db2f683a8778e5784a9e2942f5 (patch) | |
| tree | 6232a03b8ff0633adf920bafdcb946b2c1b62928 /config.default.yaml | |
| parent | chore(compose): add thin mode override (diff) | |
| download | plutia-test-2525861018ccd4db2f683a8778e5784a9e2942f5.tar.xz plutia-test-2525861018ccd4db2f683a8778e5784a9e2942f5.zip | |
feat(config): allow optional config file with default fallback
Diffstat (limited to 'config.default.yaml')
| -rw-r--r-- | config.default.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.yaml b/config.default.yaml index 9782b06..a9d1da7 100644 --- a/config.default.yaml +++ b/config.default.yaml @@ -6,7 +6,7 @@ zstd_level: 9 block_size_mb: 8 checkpoint_interval: 100000 commit_batch_size: 128 -verify_workers: 10 +# verify_workers: 16 export_page_size: 1000 replay_trace: false thin_cache_ttl: 24h |