Skip to content

Commit

Permalink
triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Aug 5, 2024
1 parent 544ec96 commit 187f6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sitegen/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (r *RepoReader) All(ctx context.Context) error {
tree.Entries = tree.Entries[:50]
}
for _, item := range tree.Entries {
time.Sleep(55 * time.Millisecond) // keep cool
time.Sleep(60 * time.Millisecond) // keep cool
if err := ctx.Err(); err != nil {
return err
}
Expand Down

0 comments on commit 187f6cc

Please sign in to comment.