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
152
152
fi
153
153
done &
154
154
155
- while sleep 10; do
155
+ while ! test -v TPI_DISABLE_DATA_DIRECTORY_SYNCHRONIZATION && sleep 10; do
156
156
NEW_TPI_DATA_DIRECTORY_EPOCH=" $( find " $TPI_DATA_DIRECTORY " -printf " %T@\n" | sort | tail -1) "
157
157
if test " $NEW_TPI_DATA_DIRECTORY_EPOCH " ! = " $TPI_DATA_DIRECTORY_EPOCH " ; then
158
158
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
152
152
fi
153
153
done &
154
154
155
- while sleep 10; do
155
+ while ! test -v TPI_DISABLE_DATA_DIRECTORY_SYNCHRONIZATION && sleep 10; do
156
156
NEW_TPI_DATA_DIRECTORY_EPOCH=" $( find " $TPI_DATA_DIRECTORY " -printf " %T@\n" | sort | tail -1) "
157
157
if test " $NEW_TPI_DATA_DIRECTORY_EPOCH " ! = " $TPI_DATA_DIRECTORY_EPOCH " ; then
158
158
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
152
152
fi
153
153
done &
154
154
155
- while sleep 10; do
155
+ while ! test -v TPI_DISABLE_DATA_DIRECTORY_SYNCHRONIZATION && sleep 10; do
156
156
NEW_TPI_DATA_DIRECTORY_EPOCH=" $( find " $TPI_DATA_DIRECTORY " -printf " %T@\n" | sort | tail -1) "
157
157
if test " $NEW_TPI_DATA_DIRECTORY_EPOCH " ! = " $TPI_DATA_DIRECTORY_EPOCH " ; then
158
158
TPI_DATA_DIRECTORY_EPOCH=" $NEW_TPI_DATA_DIRECTORY_EPOCH "
You can’t perform that action at this time.
0 commit comments