3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-24 11:42:51 +01:00

IRCNetwork: bump SOCKET_REPOLL_WAIT to 1 sec

This commit is contained in:
James Lu 2018-03-07 18:32:20 -08:00
parent ccc9f8e5c8
commit 92460716d1

View File

@ -1295,7 +1295,7 @@ utils._proto_utils_class = PyLinkNetworkCoreWithUtils # Used by compatibility w
class IRCNetwork(PyLinkNetworkCoreWithUtils):
S2S_BUFSIZE = 510
SOCKET_REPOLL_WAIT = 0.5
SOCKET_REPOLL_WAIT = 1.0
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)