We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fb888 commit 8b17cb4Copy full SHA for 8b17cb4
cmd/monitor/monitor.go
@@ -52,7 +52,7 @@ var (
52
maxDataPoints = 1000
53
54
// maxConcurrency defines the maximum number of goroutines that can fetch block data concurrently.
55
- maxConcurrency = 1
+ maxConcurrency = 10
56
57
// semaphore is a channel used to control the concurrency of block data fetch operations.
58
semaphore = make(chan struct{}, maxConcurrency)
0 commit comments