Skip to content

Commit

Permalink
Merge pull request #523 from onflow/gregor/increase-trace-downlaod-limit
Browse files Browse the repository at this point in the history
Increase trace download retry limit
  • Loading branch information
devbugging authored Sep 5, 2024
2 parents 750d5ac + f255a5c commit 04ba8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/traces/downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"google.golang.org/api/option"
)

const downloadTimeout = 5 * time.Minute
const downloadTimeout = 60 * time.Minute

type Downloader interface {
// Download traces or returning an error with the failure
Expand Down

0 comments on commit 04ba8f7

Please sign in to comment.