From 082ffbb6e4e278150a55d504b9a204b51d2f6ae1 Mon Sep 17 00:00:00 2001 From: Joe Tretter Date: Mon, 12 Aug 2024 15:05:11 -0500 Subject: [PATCH] Change default duration of XSP recording to 400day, thats consistent with the stitching code. --- recordAllSymbolsSingleRun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recordAllSymbolsSingleRun.sh b/recordAllSymbolsSingleRun.sh index f8a4331..86abbac 100755 --- a/recordAllSymbolsSingleRun.sh +++ b/recordAllSymbolsSingleRun.sh @@ -17,7 +17,7 @@ jq -r '.[].Symbol' allSymbols.json | sort | while read theSymbol; do #fi if [[ '$XSP' = ${theSymbol} ]]; then - ./recordOptionChainSingleSymbolSingleRun.sh ${theSymbol} toDate $(date "+%Y-%m-%d" -d "+200 days") + ./recordOptionChainSingleSymbolSingleRun.sh ${theSymbol} toDate $(date "+%Y-%m-%d" -d "+400 days") if [[ $? -ne 0 ]]; then systemd-cat -t "`basename $0`" -p warning <<< "falling back to stitching for ${theSymbol}" ./recordOptionChainSingleSymbolSpecialRun.sh ${theSymbol} toDate $(date "+%Y-%m-%d" -d "+400 days")