Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Aug 6, 2024
1 parent 4f6b025 commit edc31fc
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(60 * time.Millisecond) // keep cool
time.Sleep(70 * time.Millisecond) // keep cool
if err := ctx.Err(); err != nil {
return err
}
Expand Down

0 comments on commit edc31fc

Please sign in to comment.