Skip to content

Commit

Permalink
Increase num_retries from 6 -> 8
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna committed Nov 2, 2023
1 parent 744aa05 commit 2d31d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zip_streamer/zip_streamer.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/getsentry/sentry-go"
)

const NUM_RETRIES = 6
const NUM_RETRIES = 8

type ZipStream struct {
entries []*FileEntry
Expand Down

0 comments on commit 2d31d36

Please sign in to comment.