Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-hash committed Jan 11, 2025
1 parent ddc5724 commit d16a797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func main() {
maxWorkersTxs := 30
txQueueWorkersMetrics.Set(float64(maxWorkersTxs))

txQueueSize := 500
txQueueSize := 300
txQueueSizeMetrics.Set(float64(txQueueSize))

cexQueueSize := 100
Expand Down

0 comments on commit d16a797

Please sign in to comment.