Skip to content

Commit

Permalink
git-sync: limit to 1 update per run for now
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc committed Feb 27, 2023
1 parent 4281095 commit 8fb2f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/git-sync/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func updateLastSync(path string, t time.Time) error {

var (
DEBUG = os.Getenv("DEBUG") == "1"
MAX_UPDATES_PER_RUN = 50
MAX_UPDATES_PER_RUN = 1
)

func main() {
Expand Down

0 comments on commit 8fb2f89

Please sign in to comment.