Skip to content

Commit

Permalink
git-sync: reduce updates per run to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc committed Feb 27, 2023
1 parent 2b7cddc commit 4281095
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 = 100
MAX_UPDATES_PER_RUN = 50
)

func main() {
Expand Down

0 comments on commit 4281095

Please sign in to comment.