From 52749f8932da111ef30cfb74f1cae5a677815c8c Mon Sep 17 00:00:00 2001 From: David Rohr Date: Tue, 26 Nov 2024 13:15:29 +0100 Subject: [PATCH] Add option to enable new EndOfStream --- DATA/common/getCommonArgs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/DATA/common/getCommonArgs.sh b/DATA/common/getCommonArgs.sh index 121a985ba..c585409ee 100755 --- a/DATA/common/getCommonArgs.sh +++ b/DATA/common/getCommonArgs.sh @@ -25,6 +25,7 @@ fi [[ $NORATELOG == 1 ]] && ARGS_ALL+=" --fairmq-rate-logging 0" [[ ! -z ${O2_DPL_EXIT_TRANSITION_TIMEOUT_DEFAULT:-} ]] && ARGS_ALL+=" --exit-transition-timeout $O2_DPL_EXIT_TRANSITION_TIMEOUT_DEFAULT" +[[ ! -z ${O2_DPL_PROCESSING_TRANSITION_TIMEOUT_DEFAULT:-} ]] && ARGS_ALL+=" --data-processing-timeout $O2_DPL_PROCESSING_TRANSITION_TIMEOUT_DEFAULT" true