net/server_event.lua
changeset 8986 23f66f04e216
parent 8784 53178b6ba589
child 9388 58fe099043ed
--- a/net/server_event.lua	Fri Jul 06 17:59:39 2018 +0200
+++ b/net/server_event.lua	Fri Jul 06 19:02:19 2018 +0200
@@ -26,7 +26,7 @@
 	MAX_SEND_LENGTH       = 1024 * 1024 * 1024 * 1024,  -- max bytes size of write buffer (for writing on sockets)
 	ACCEPT_QUEUE          = 128,  -- might influence the length of the pending sockets queue
 	ACCEPT_DELAY          = 10,  -- seconds to wait until the next attempt of a full server to accept
-	READ_TIMEOUT          = 60 * 60 * 6,  -- timeout in seconds for read data from socket
+	READ_TIMEOUT          = 14 * 60,  -- timeout in seconds for read data from socket
 	WRITE_TIMEOUT         = 180,  -- timeout in seconds for write data on socket
 	CONNECT_TIMEOUT       = 20,  -- timeout in seconds for connection attempts
 	CLEAR_DELAY           = 5,  -- seconds to wait for clearing interface list (and calling ondisconnect listeners)