We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01b470 commit 9789514Copy full SHA for 9789514
mautrix_telegram/__main__.py
@@ -224,7 +224,6 @@ async def _loop_active_puppet_metric(self) -> None:
224
async def _loop_check_as_connection_pool(self) -> None:
225
while True:
226
try:
227
- # a horrible reach into Appservice's internal API
228
connector = self.az.http_session().connector
229
limit = connector.limit
230
# a horrible, horrible reach into asyncio.TCPConnector's internal API
0 commit comments