paritytech / substrate-contracts-node

Minimal Substrate node configured for smart contracts via pallet-contracts.
The Unlicense
124 stars 145 forks source link

Too many connections. Please try again later. #193

Open wottpal opened 1 year ago

wottpal commented 1 year ago

Often get this one during development for some time. Is there some way to increase the connection limit somehow?

2023-06-16 15:26:14.020  WARN tokio-runtime-worker jsonrpsee_server::server: Too many connections. Please try again later.
athei commented 1 year ago

Have you tried --ws-max-connections?