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 committed Jan 25, 2024
1 parent 44cb462 commit e879ae1
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 e879ae1

Please sign in to comment.