Skip to content

Commit

Permalink
[config] update state sync config for validators (aptos-labs#4972)
Browse files Browse the repository at this point in the history
  • Loading branch information
zekun000 authored Oct 11, 2022
1 parent b99ad12 commit 9f80f13
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/compose/aptos-node/validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ base:
waypoint:
from_file: "/opt/aptos/genesis/waypoint.txt"

state_sync:
data_streaming_service:
max_concurrent_requests: 10
max_concurrent_state_requests: 20
max_request_retry: 10

consensus:
safety_rules:
service:
Expand Down
6 changes: 6 additions & 0 deletions terraform/helm/aptos-node/files/configs/validator-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ base:
waypoint:
from_file: /opt/aptos/genesis/waypoint.txt

state_sync:
data_streaming_service:
max_concurrent_requests: 10
max_concurrent_state_requests: 20
max_request_retry: 10

consensus:
safety_rules:
service:
Expand Down

0 comments on commit 9f80f13

Please sign in to comment.