We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f115b9 commit 8729751Copy full SHA for 8729751
.github/workflows/flow.yml
@@ -69,6 +69,12 @@ jobs:
69
- 4317:4317
70
71
steps:
72
+ - name: Expand local port range to prevent exhaustion
73
+ run: |
74
+ sudo sysctl -w net.ipv4.ip_local_port_range="15000 65000"
75
+ sudo sysctl -w net.ipv4.tcp_fin_timeout=30
76
+ sudo sysctl -w net.ipv4.tcp_tw_reuse=1
77
+
78
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
79
80
- name: generate or hydrate protos
0 commit comments