Skip to content

Commit 3033cf6

Browse files
author
Dynamo
committed
full update only after two hours of start
1 parent 036691f commit 3033cf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/dynamod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ do
8686
APPLICATIONS="$APPLICATIONS dealer"
8787
fi
8888

89-
if [ $(($IHOUR%$INVENTORY_FULL_UPDATE_INTERVAL)) -eq 0 ] && ! [ "$TEST" ]
89+
if [ $(($IHOUR%$INVENTORY_FULL_UPDATE_INTERVAL)) -eq 2 ] && ! [ "$TEST" ]
9090
then
9191
echo "Performing the full update of inventory"
9292
$DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site @disk

0 commit comments

Comments
 (0)