Coalesce multiple blobs if received close together (#869)
- This helps reduce unnecessary growth of window if small blobs are received in small space of time
This commit is contained in:
@@ -16,5 +16,10 @@ export LD_LIBRARY_PATH+=:$PWD
|
||||
|
||||
export RUST_LOG=multinode=info
|
||||
|
||||
if [[ $(ulimit -n) -le 65000 ]]; then
|
||||
echo 'Error: nofiles too small, run "ulimit -n 65000" to continue'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
set -x
|
||||
exec cargo test --release --features=erasure test_multi_node_dynamic_network -- --ignored
|
||||
|
Reference in New Issue
Block a user