mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
bump min aiorpcx to 0.8.2
This commit is contained in:
parent
33d14e4238
commit
deda6535e0
2 changed files with 1 additions and 3 deletions
|
@ -6,6 +6,6 @@ protobuf
|
|||
dnspython
|
||||
jsonrpclib-pelix
|
||||
qdarkstyle<3.0
|
||||
aiorpcx>=0.8.1,<0.9
|
||||
aiorpcx>=0.8.2,<0.9
|
||||
aiohttp
|
||||
aiohttp_socks
|
||||
|
|
|
@ -51,8 +51,6 @@ class NotificationSession(ClientSession):
|
|||
self.subscriptions = defaultdict(list)
|
||||
self.cache = {}
|
||||
self.in_flight_requests_semaphore = asyncio.Semaphore(100)
|
||||
# disable bandwidth limiting (used by superclass):
|
||||
self.bw_limit = 0
|
||||
|
||||
async def handle_request(self, request):
|
||||
# note: if server sends malformed request and we raise, the superclass
|
||||
|
|
Loading…
Add table
Reference in a new issue