Skip to content

Commit

Permalink
update concurrency workers (#380)
Browse files Browse the repository at this point in the history
## Describe your changes and provide context
Update concurrency workers

## Testing performed to validate your change
  • Loading branch information
udpatil authored Dec 12, 2023
1 parent 3c5cfcc commit 1ec6270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
DefaultGRPCWebAddress = "0.0.0.0:9091"

// DefaultConcurrencyWorkers defines the default workers to use for concurrent transactions
DefaultConcurrencyWorkers = 10
DefaultConcurrencyWorkers = 20
)

// BaseConfig defines the server's basic configuration
Expand Down

0 comments on commit 1ec6270

Please sign in to comment.