-
Notifications
You must be signed in to change notification settings - Fork 20
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
Conversation
@@ -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 |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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.
@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 |
This should not be closed, updated version. |
Setting |
Default seed_mode to false.