[Linux] Increase git-sync synchronization interval
This commit is contained in:
parent
2a31ab5280
commit
cea66e503f
@ -5,7 +5,7 @@ cd "$1"
|
|||||||
|
|
||||||
counter=0
|
counter=0
|
||||||
while true; do
|
while true; do
|
||||||
changedFile=$(inotifywait ./ -r -e modify,move,create,delete --format "%w%f" --exclude '\.git' -t 20 2>/dev/null)
|
changedFile=$(inotifywait ./ -r -e modify,move,create,delete --format "%w%f" --exclude '\.git' -t 60 2>/dev/null)
|
||||||
if [ -z "$changedFile" ]
|
if [ -z "$changedFile" ]
|
||||||
then
|
then
|
||||||
counter=$((counter+1))
|
counter=$((counter+1))
|
||||||
|
Loading…
Reference in New Issue
Block a user