ffs
This commit is contained in:
parent
f038ba215f
commit
8c62f418c9
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class IRCConnection(object):
|
||||||
self.conn_name = name
|
self.conn_name = name
|
||||||
self.host = host
|
self.host = host
|
||||||
self.port = port
|
self.port = port
|
||||||
self.timeout = 1
|
self.timeout = 300
|
||||||
|
|
||||||
def create_socket(self):
|
def create_socket(self):
|
||||||
return socket.socket(socket.AF_INET, socket.TCP_NODELAY)
|
return socket.socket(socket.AF_INET, socket.TCP_NODELAY)
|
||||||
|
|
Reference in a new issue