Searched refs:max_connections (Results 1 – 5 of 5) sorted by relevance
116 max_workers=max(rpc_client.max_connections - 2, 1))137 max_connections=None): argument164 if max_connections is None:165 self.max_connections = RpcClient.DEFAULT_MAX_CONNECTION167 self.max_connections = max_connections207 if client_count < self.max_connections:211 if client_count < self.max_connections:
245 max_connections=None, argument284 max_connections=max_connections)
59 max_connections=None): argument96 max_connections=max_connections)
147 client.max_connections = 0
1220 def start_new_session(self, max_connections=None, server_port=None): argument1234 max_connections=max_connections, server_port=server_port)