tidaldb/tidal-server/config/default-cluster.yaml
jx12n b55ad70141 fix: M0-M10 third-pass remediation — durability, replication, and CLI hardening
Resolves the 142 findings from tidal/docs/reviews/CODE_REVIEW_m0-m10.md across
the engine, server, net, and CLI surfaces:

- WAL/session-journal durability, checkpoint format, and crash-recovery hardening
- Replication shipper/receiver, tenant isolation, and migration paths
- Cluster scatter-gather, router, standalone server + health/offload endpoints
- tidalctl refactored into command modules with JSON output and WAL-state tooling
- Cohort, governance, signal-ledger, and vector-registry correctness fixes
- Expanded UAT/integration/durability test coverage across all milestones
2026-06-08 10:28:34 -06:00

10 lines
323 B
YAML

regions:
- name: us-east
- name: eu-west
- name: ap-south
leader: us-east
# Optional: number of runtime-free OS worker threads serving cluster write/heal
# requests (gRPC segment ship). Bounds write concurrency on the hottest path.
# Defaults to available parallelism (clamped 2..=8) when omitted.
# write_workers: 4