Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes excessive bandwidth #285

Closed
wants to merge 3 commits into from
Closed

Conversation

88plug
Copy link
Contributor

@88plug 88plug commented Jun 24, 2024

Default seed_mode to false.

@@ -26,4 +26,4 @@ version: 11.1.0
# Refs
# https://github.com/akash-network/node/releases
# https://github.com/akash-network/net/blob/main/mainnet/version.txt
appVersion: 0.36.0
appVersion: 0.36.1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no 0.36.1 node binary. Please keep it 0.36.0.

@@ -93,7 +93,7 @@ spec:
- name: AKASH_ROSETTA_ENABLE
value: "false"
- name: AKASH_P2P_SEED_MODE
value: "true"
value: "false"
Copy link
Collaborator

@andy108369 andy108369 Jun 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the solution the excessive bandwidth issue. Please hold on and see the update in the issue.

@andy108369 andy108369 closed this Jun 24, 2024
@andy108369
Copy link
Collaborator

andy108369 commented Jun 24, 2024

@88plug Thank you for the PR, however this is not the solution the excessive bandwidth issue. Please hold on and see the update in the issue akash-network/support#231

@88plug
Copy link
Contributor Author

88plug commented Jun 24, 2024

This should not be closed, updated version.

@andy108369
Copy link
Collaborator

This should not be closed, updated version.

Setting AKASH_P2P_SEED_MODE to false isn't a solution to the "excessive bandwidth" issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants