Skip to content

Commit

Permalink
fix defaultMaxConcurrentRequests
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms committed Mar 13, 2024
1 parent afac1df commit f215469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/internal/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const (
// StellarTestnet is a constant representing the Stellar test network
StellarTestnet = "testnet"

defaultMaxConcurrentRequests = 1000
defaultMaxConcurrentRequests = uint(1000)
defaultMaxHTTPRequestSize = uint(200 * 1024)
)

Expand Down

0 comments on commit f215469

Please sign in to comment.