Is there any limit on MaxConnectionPoolSize, or I can give any value

By default MaxConnectionPoolSize is 100,
How can I configure in from js neo4j-driver, and what is the limit value of MaxConnectionPoolSize?

Hi @mad_shivam111,

I ran into the same issue. Any information regarding this issue will be very helpful if your issue is already resolved.

There is no limit enforced by the drivers themselves. However the server you are connecting to will have a limit. The server default is 400 (which we consider high). It can be configured with

server.bolt.thread_pool_max_size