Good working max performance settings. 500 concurrency easy. Silent.
This commit is contained in:
parent
5e4db9dac3
commit
ab0c4b07c6
@ -166,7 +166,7 @@ class Application:
|
||||
async def handle_client(self,reader,writer):
|
||||
self.connection_count += 1
|
||||
self.total_connection_count += 1
|
||||
connection_nr = self.connection_count
|
||||
connection_nr = self.total_connection_count
|
||||
|
||||
|
||||
upstream_reader, upstream_writer = await asyncio.open_connection(self.upstream_host, self.upstream_port)
|
||||
|
Loading…
Reference in New Issue
Block a user