Commit f282b5c
feat: make max-outbound-peers configurable via MAX_OUTBOUND_PEERS env var
The --max-outbound-peers flag in execution-entrypoint was hardcoded to 100
with no way to override it without modifying the entrypoint directly.
Operators experiencing persistent "Send Queue full" gossipsub warnings
(#1063) need to increase this value, but had no documented way to do so.
- Add MAX_OUTBOUND_PEERS to execution-entrypoint (default: 100,
preserving existing behaviour)
- Document the variable in .env.mainnet and .env.sepolia under a new
PEER LIMITS section with a reference to #1063
Closes #1063 (partially)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent cf36041 commit f282b5c
3 files changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
153 | | - | |
| 154 | + | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| |||
0 commit comments