Skip to content

Commit

Permalink
print debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
jingweicb committed Jan 18, 2024
1 parent c8a1eee commit a768639
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fetcher/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ func New(
// Initialize the connection semaphore
f.connectionSemaphore = semaphore.NewWeighted(int64(f.maxConnections))

fmt.Printf("the max retries number in rosetta-sdk-go fetcher is %v\n", f.maxRetries)
fmt.Printf("the forceretry in rosetta-sdk-go fetcher is %v\n", f.forceRetry)

return f
}

Expand Down

0 comments on commit a768639

Please sign in to comment.