Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc authored Jan 17, 2022
1 parent b8beebd commit e87c098
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 = 100
)

func main() {
Expand Down

0 comments on commit e87c098

Please sign in to comment.