aboutsummaryrefslogtreecommitdiff
path: root/config.dev.yaml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-28 05:05:11 -0800
committerFuwn <[email protected]>2026-02-28 05:05:11 -0800
commit3ef7301a39c561030a69f364f7b06b2fb242497a (patch)
tree502db0ec69d34a01c7f392ce43e5cd311798fe68 /config.dev.yaml
parentchore(task): publish version and latest image tags (diff)
downloadplutia-test-3ef7301a39c561030a69f364f7b06b2fb242497a.tar.xz
plutia-test-3ef7301a39c561030a69f364f7b06b2fb242497a.zip
chore: remove dev compose and config files
Diffstat (limited to 'config.dev.yaml')
-rw-r--r--config.dev.yaml21
1 files changed, 0 insertions, 21 deletions
diff --git a/config.dev.yaml b/config.dev.yaml
deleted file mode 100644
index 5d552c6..0000000
--- a/config.dev.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-mode: mirror
-data_dir: ./data
-plc_source: https://plc.directory
-verify: full
-zstd_level: 9
-block_size_mb: 8
-checkpoint_interval: 500
-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