Max client connections to a canton participant?

I’m trying to locate the setting for max client connections to a canton participant, but am unable to do so. I found reference documentation about the client pools between participant and database, but not between gRPC client and participant.

Hi Daniel!

We do not offer a direct limit on connections, as they do not provide much load. We do however provide a method to limit concurrent streams, which should allow you to reasonably handle your load. See the docs here.

Let me know if this is sufficient for your use-case.

Samuel