File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ while sleep 5; do
152152 fi
153153done &
154154
155- while sleep 10; do
155+ while ! test -v TPI_DISABLE_DATA_DIRECTORY_SYNCHRONIZATION && sleep 10; do
156156 NEW_TPI_DATA_DIRECTORY_EPOCH=" $( find " $TPI_DATA_DIRECTORY " -printf " %T@\n" | sort | tail -1) "
157157 if test " $NEW_TPI_DATA_DIRECTORY_EPOCH " ! = " $TPI_DATA_DIRECTORY_EPOCH " ; then
158158 TPI_DATA_DIRECTORY_EPOCH=" $NEW_TPI_DATA_DIRECTORY_EPOCH "
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ while sleep 5; do
152152 fi
153153done &
154154
155- while sleep 10; do
155+ while ! test -v TPI_DISABLE_DATA_DIRECTORY_SYNCHRONIZATION && sleep 10; do
156156 NEW_TPI_DATA_DIRECTORY_EPOCH=" $( find " $TPI_DATA_DIRECTORY " -printf " %T@\n" | sort | tail -1) "
157157 if test " $NEW_TPI_DATA_DIRECTORY_EPOCH " ! = " $TPI_DATA_DIRECTORY_EPOCH " ; then
158158 TPI_DATA_DIRECTORY_EPOCH=" $NEW_TPI_DATA_DIRECTORY_EPOCH "
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ while sleep 5; do
152152 fi
153153done &
154154
155- while sleep 10; do
155+ while ! test -v TPI_DISABLE_DATA_DIRECTORY_SYNCHRONIZATION && sleep 10; do
156156 NEW_TPI_DATA_DIRECTORY_EPOCH=" $( find " $TPI_DATA_DIRECTORY " -printf " %T@\n" | sort | tail -1) "
157157 if test " $NEW_TPI_DATA_DIRECTORY_EPOCH " ! = " $TPI_DATA_DIRECTORY_EPOCH " ; then
158158 TPI_DATA_DIRECTORY_EPOCH=" $NEW_TPI_DATA_DIRECTORY_EPOCH "
You can’t perform that action at this time.
0 commit comments