Searched refs:max_connections (Results 1 – 6 of 6) 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, argument278 max_connections=max_connections)
58 max_connections=None): argument93 max_connections=max_connections)
75 max_connections = 5 variable in ConcurrentGattConnectTest88 for i in range(1, self.max_connections + 1):158 if len(address_list) < self.max_connections:206 self.max_connections):287 self.max_connections):
1106 def start_new_session(self, max_connections=None, server_port=None): argument1120 max_connections=max_connections, server_port=server_port)
147 client.max_connections = 0