Skip to content

Commit e879ae1

Browse files
committed
update concurrency workers (#380)
## Describe your changes and provide context Update concurrency workers ## Testing performed to validate your change
1 parent 44cb462 commit e879ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const (
2323
DefaultGRPCWebAddress = "0.0.0.0:9091"
2424

2525
// DefaultConcurrencyWorkers defines the default workers to use for concurrent transactions
26-
DefaultConcurrencyWorkers = 10
26+
DefaultConcurrencyWorkers = 20
2727
)
2828

2929
// BaseConfig defines the server's basic configuration

0 commit comments

Comments
 (0)