Add ws connection pool

This commit is contained in:
Кирилл
2023-01-26 15:53:00 +04:00
parent 731ee2c747
commit ed0c5cb517
24 changed files with 576 additions and 257 deletions

View File

@@ -768,6 +768,9 @@ Default is 5Mb
Ex `1kb`, `1024` (same as `1kb), `2mb`, etc.
Default is 15Mb
| `ws.connections`
| How many concurrent connection to make. If more than one, each used in a robin-round fashion.
Defaults is `1`
|===
==== PoS Ethereum Connection Options