Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: increase min TCE cluster size
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Jul 12, 2023
1 parent 4d01791 commit 79fdb70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ services:
- TCE_METRICS_API_ADDR=0.0.0.0:4001
- TCE_LOCAL_KS=1 # 12D3KooWRhFCXBhmsMnur3up3vJsDoqWh4c39PKXgSWwzAzDHNLn
- TOPOS_OTLP_SERVICE_NAME=local-tce-boot-node
- TOPOS_OTLP_AGENT=https://grpc.otel-collector.telemetry.devnet-1.toposware.com
- TOPOS_OTLP_AGENT=https://grpc.otel-collector.telemetry.devnet-1.topos.technology
- TCE_ECHO_SAMPLE_SIZE=4
- TCE_READY_SAMPLE_SIZE=4
- TCE_DELIVERY_SAMPLE_SIZE=4
- TCE_ECHO_THRESHOLD=3
- TCE_READY_THRESHOLD=1
- TCE_DELIVERY_THRESHOLD=2
- TOPOS_MINIMUM_TCE_CLUSTER_SIZE=2
- TOPOS_MINIMUM_TCE_CLUSTER_SIZE=3
networks:
- local-erc20-messaging-infra-docker

Expand Down Expand Up @@ -65,14 +65,14 @@ services:
- TCE_GRAPHQL_API_ADDR=0.0.0.0:4000
- TCE_METRICS_API_ADDR=0.0.0.0:4001
- TOPOS_OTLP_SERVICE_NAME=local-tce-peer-node
- TOPOS_OTLP_AGENT=https://grpc.otel-collector.telemetry.devnet-1.toposware.com
- TOPOS_OTLP_AGENT=https://grpc.otel-collector.telemetry.devnet-1.topos.technology
- TCE_ECHO_SAMPLE_SIZE=4
- TCE_READY_SAMPLE_SIZE=4
- TCE_DELIVERY_SAMPLE_SIZE=4
- TCE_ECHO_THRESHOLD=3
- TCE_READY_THRESHOLD=1
- TCE_DELIVERY_THRESHOLD=2
- TOPOS_MINIMUM_TCE_CLUSTER_SIZE=2
- TOPOS_MINIMUM_TCE_CLUSTER_SIZE=3
networks:
- local-erc20-messaging-infra-docker

Expand Down

0 comments on commit 79fdb70

Please sign in to comment.