Skip to content

Commit

Permalink
RFQ Relayer: cap db semaphore (#2852)
Browse files Browse the repository at this point in the history
* Feat: cap semaphore

* [goreleaser]
  • Loading branch information
dwasse authored Jul 7, 2024
1 parent e401a73 commit 2d8fd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/rfq/relayer/service/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (
"golang.org/x/sync/semaphore"
)

const maxConcurrentRequests = 150
const maxConcurrentRequests = 15

// Relayer is the core of the relayer application.
type Relayer struct {
Expand Down

0 comments on commit 2d8fd40

Please sign in to comment.