Set the maximum number of requests that can be pipelined to the
server.
@attention Setting this value too high could result in deadlocking within
the client, as the client will block when trying to send statements
to a server with a full queue, instead of reading results that would drain
the queue.
@param config The neo4j client configuration to update.
@param n The new maximum.
Set the maximum number of requests that can be pipelined to the server.
@attention Setting this value too high could result in deadlocking within the client, as the client will block when trying to send statements to a server with a full queue, instead of reading results that would drain the queue.
@param config The neo4j client configuration to update. @param n The new maximum.