Skip to content

Commit

Permalink
feat: limit tcp batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Dec 14, 2023
1 parent cf078b6 commit 14f5ce2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ jobs:
- name: Build project and run test
run: |
sudo apt install -y ninja-build
CMAKE_GENERATOR=Ninja make
cmake -DBATCH_UNICAST_SIZE=4096 -B build/ -G Ninja
ninja -C build/
python3 ./build/tests/fragment.py
timeout-minutes: 5

Expand Down

0 comments on commit 14f5ce2

Please sign in to comment.