mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-01 17:55:13 +00:00
unlock networking limits
This commit is contained in:
parent
a8f8ff30a2
commit
9fed3fce3e
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ class ClientSession(BaseClientSession):
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
self._on_disconnect_controller = StreamController()
|
self._on_disconnect_controller = StreamController()
|
||||||
self.on_disconnected = self._on_disconnect_controller.stream
|
self.on_disconnected = self._on_disconnect_controller.stream
|
||||||
|
self.bw_limit = self.framer.max_size = self.max_errors = 1 << 32
|
||||||
|
|
||||||
async def handle_request(self, request):
|
async def handle_request(self, request):
|
||||||
controller = self.network.subscription_controllers[request.method]
|
controller = self.network.subscription_controllers[request.method]
|
||||||
|
|
Loading…
Add table
Reference in a new issue