Skip to content

Commit

Permalink
fix: Add configuration in cli.ts
Browse files Browse the repository at this point in the history
Signed-off-by: KulkarniShashank <[email protected]>
  • Loading branch information
KulkarniShashank committed Jan 23, 2024
1 parent 37c546b commit 44b5309
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ export async function runCliServer() {
type: parsed['wallet-type'],
config: {
host: parsed['wallet-url'],
connectTimeout: 10
connectTimeout: 10,
maxConnections: 50000,
idleTimeout: 30000
},
credentials: {
account: parsed["wallet-account"],
Expand Down

0 comments on commit 44b5309

Please sign in to comment.