blob: a9d1da75bfe53e0fa522cde8ebf7a41a997c2919 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
mode: mirror
data_dir: ./data
plc_source: https://plc.directory
verify: full
zstd_level: 9
block_size_mb: 8
checkpoint_interval: 100000
commit_batch_size: 128
# verify_workers: 16
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
request_timeout: 10s
http_retry_max_attempts: 8
http_retry_base_delay: 250ms
http_retry_max_delay: 10s
rate_limit:
resolve_rps: 30
resolve_burst: 60
proof_rps: 10
proof_burst: 20
|