Skip to content

Commit

Permalink
Adjust channel size for vaas in fly (#582)
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 Jul 25, 2023
1 parent 06ddbd4 commit 8fc89e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/fly/env/production.env
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AWS_IAM_ROLE=
ALERT_ENABLED=false
METRICS_ENABLED=true
OBSERVATIONS_CHANNEL_SIZE=2500
VAAS_CHANNEL_SIZE=150
VAAS_CHANNEL_SIZE=500
HEARTBEATS_CHANNEL_SIZE=50
GOVERNOR_CONFIG_CHANNEL_SIZE=50
GOVERNOR_STATUS_CHANNEL_SIZE=50
2 changes: 1 addition & 1 deletion deploy/fly/env/staging.env
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AWS_IAM_ROLE=
ALERT_ENABLED=false
METRICS_ENABLED=true
OBSERVATIONS_CHANNEL_SIZE=2500
VAAS_CHANNEL_SIZE=150
VAAS_CHANNEL_SIZE=500
HEARTBEATS_CHANNEL_SIZE=50
GOVERNOR_CONFIG_CHANNEL_SIZE=50
GOVERNOR_STATUS_CHANNEL_SIZE=50

0 comments on commit 8fc89e3

Please sign in to comment.