aboutsummaryrefslogtreecommitdiff
path: root/config.default.yaml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-26 16:34:38 -0800
committerFuwn <[email protected]>2026-02-26 16:34:38 -0800
commita8135dbd6e2e64222a20a80d29f1f85ce3e240b0 (patch)
tree62b45b1c98c1f7673ea16fa5912ba353044d7464 /config.default.yaml
parentstyle: align codebase with official Go idioms (diff)
downloadplutia-test-a8135dbd6e2e64222a20a80d29f1f85ce3e240b0.tar.xz
plutia-test-a8135dbd6e2e64222a20a80d29f1f85ce3e240b0.zip
chore: rename template config to config.default.yaml
Diffstat (limited to 'config.default.yaml')
-rw-r--r--config.default.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/config.default.yaml b/config.default.yaml
new file mode 100644
index 0000000..8e09923
--- /dev/null
+++ b/config.default.yaml
@@ -0,0 +1,21 @@
+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: 10
+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