Skip to content

Commit

Permalink
bump pool
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Mar 26, 2024
1 parent 030ed3f commit e4d9e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/walletextension/rpcapi/wallet_extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func NewServices(hostAddrHTTP string, hostAddrWS string, storage storage.Storage
}, nil, nil, nil)

cfg := pool.NewDefaultPoolConfig()
cfg.MaxTotal = 100
cfg.MaxTotal = 50

return &Services{
Expand Down

0 comments on commit e4d9e2d

Please sign in to comment.