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

feat: increase max-recv-msg-size default to 20 MiB (backport #4205) #4221

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jan 14, 2025

Closes #4204

Note this won't modify already existing app.toml files so node operators need to modify their local app.toml. Example command:

sed -i.bak 's/^max-recv-msg-size = "10485760"/max-recv-msg-size = "20971520"/' ~/.celestia-app/config/app.toml

Testing

# Before
$ cat ~/.celestia-app/config/app.toml | grep max-recv
max-recv-msg-size = "10485760"

# After
$ ./scripts/single-node.sh
$ cat ~/.celestia-app/config/app.toml | grep max-recv
max-recv-msg-size = "20971520"
```<hr>This is an automatic backport of pull request #4205 done by [Mergify](https://mergify.com).

Closes #4204

Note this won't modify already existing `app.toml` files so node
operators need to modify their local `app.toml`. Example command:

```shell
sed -i.bak 's/^max-recv-msg-size = "10485760"/max-recv-msg-size = "20971520"/' ~/.celestia-app/config/app.toml
```

## Testing

```shell
# Before
$ cat ~/.celestia-app/config/app.toml | grep max-recv
max-recv-msg-size = "10485760"

# After
$ ./scripts/single-node.sh
$ cat ~/.celestia-app/config/app.toml | grep max-recv
max-recv-msg-size = "20971520"
```

(cherry picked from commit c620c12)
@mergify mergify bot requested a review from a team as a code owner January 14, 2025 03:55
@mergify mergify bot requested review from rootulp and rach-id January 14, 2025 03:55
@github-actions github-actions bot added the bot item was created by a bot label Jan 14, 2025
@celestia-bot celestia-bot requested review from a team and evan-forbes and removed request for a team January 14, 2025 03:58
@rootulp rootulp merged commit 6ee9c05 into v3.x Jan 14, 2025
29 of 30 checks passed
@rootulp rootulp deleted the mergify/bp/v3.x/pr-4205 branch January 14, 2025 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot item was created by a bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants