X-Git-Url: https://git.danix.xyz/?p=bash-notes.git;a=blobdiff_plain;f=SOURCE%2Fhead.sh;h=890d7112210195fb43b4a726b3a760d86a2807a8;hp=7b684f11640a3975c463718db5cfe27b2145b2e7;hb=cf6d89bcf906ba72560847cb804646b9cd8d99b4;hpb=b1e2a0183a9b5b587968f2ab77ac5952331d1972 diff --git a/SOURCE/head.sh b/SOURCE/head.sh index 7b684f1..890d711 100644 --- a/SOURCE/head.sh +++ b/SOURCE/head.sh @@ -51,6 +51,8 @@ NOTESDIR=${BASEDIR}/notes USEGIT=true # Address of your remote repository GITREMOTE=${GITREMOTE:-""} +# How long should we wait (in seconds) between sync on the git remote. Default 3600 (1 hour) +GITSYNCDELAY=${GITSYNCDELAY:-3600} } # end set_defaults, do not change this line.