Use region linger setting in region example

This commit is contained in:
Alexey Rybalchenko
2020-06-16 14:39:49 +02:00
parent f885b4618e
commit d1c51e0f1f
4 changed files with 10 additions and 8 deletions

View File

@@ -23,6 +23,7 @@ SAMPLER+=" --verbosity veryhigh"
SAMPLER+=" --control static --color false"
SAMPLER+=" --max-iterations 1"
SAMPLER+=" --msg-size $msgSize"
SAMPLER+=" --region-linger 500"
SAMPLER+=" --channel-config name=data,type=push,method=bind,address=tcp://127.0.0.1:7777"
@CMAKE_CURRENT_BINARY_DIR@/$SAMPLER &
SAMPLER_PID=$!