Browse Source

Reset read threshold to 4096

pull/20/head 2.4.2
Richard Neumann 2 years ago
parent
commit
a337b623dd
  1. 2
      rcon/battleye/client.py

2
rcon/battleye/client.py

@ -36,7 +36,7 @@ class Client(BaseClient, socket_type=SOCK_DGRAM):
def __init__(
self,
*args,
max_length: int = 6096,
max_length: int = 4096,
message_handler: MessageHandler = log_message,
**kwargs
):

Loading…
Cancel
Save