Skip to content

Commit

Permalink
Increase internal queue size in fly component (#639)
Browse files Browse the repository at this point in the history
Co-authored-by: walker-16 <agpazos85@gmail.com>
  • Loading branch information
ftocal and walker-16 committed Aug 15, 2023
1 parent 74c6f51 commit 47b27ec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions deploy/fly/env/production-mainnet.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ MAX_HEALTH_TIME_SECONDS=90
AWS_IAM_ROLE=
ALERT_ENABLED=false
METRICS_ENABLED=true
OBSERVATIONS_CHANNEL_SIZE=2500
VAAS_CHANNEL_SIZE=500
OBSERVATIONS_CHANNEL_SIZE=15000
VAAS_CHANNEL_SIZE=5000
HEARTBEATS_CHANNEL_SIZE=50
GOVERNOR_CONFIG_CHANNEL_SIZE=50
GOVERNOR_STATUS_CHANNEL_SIZE=50
4 changes: 2 additions & 2 deletions deploy/fly/env/production-testnet.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ MAX_HEALTH_TIME_SECONDS=300
AWS_IAM_ROLE=
ALERT_ENABLED=false
METRICS_ENABLED=true
OBSERVATIONS_CHANNEL_SIZE=1000
VAAS_CHANNEL_SIZE=300
OBSERVATIONS_CHANNEL_SIZE=5000
VAAS_CHANNEL_SIZE=5000
HEARTBEATS_CHANNEL_SIZE=50
GOVERNOR_CONFIG_CHANNEL_SIZE=50
GOVERNOR_STATUS_CHANNEL_SIZE=50
4 changes: 2 additions & 2 deletions deploy/fly/env/staging-mainnet.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ MAX_HEALTH_TIME_SECONDS=90
AWS_IAM_ROLE=
ALERT_ENABLED=false
METRICS_ENABLED=true
OBSERVATIONS_CHANNEL_SIZE=2500
VAAS_CHANNEL_SIZE=500
OBSERVATIONS_CHANNEL_SIZE=5000
VAAS_CHANNEL_SIZE=5000
HEARTBEATS_CHANNEL_SIZE=50
GOVERNOR_CONFIG_CHANNEL_SIZE=50
GOVERNOR_STATUS_CHANNEL_SIZE=50
4 changes: 2 additions & 2 deletions deploy/fly/env/staging-testnet.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ MAX_HEALTH_TIME_SECONDS=300
AWS_IAM_ROLE=
ALERT_ENABLED=false
METRICS_ENABLED=true
OBSERVATIONS_CHANNEL_SIZE=50
VAAS_CHANNEL_SIZE=50
OBSERVATIONS_CHANNEL_SIZE=5000
VAAS_CHANNEL_SIZE=5000
HEARTBEATS_CHANNEL_SIZE=50
GOVERNOR_CONFIG_CHANNEL_SIZE=50
GOVERNOR_STATUS_CHANNEL_SIZE=50

0 comments on commit 47b27ec

Please sign in to comment.