Commit 277f9a43 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Increased server dialback timeout limit to 2 minutes. JM-1423

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10650 b35dd754-fafc-0310-a699-88a17e54d16e
parent ce179b9a
......@@ -151,7 +151,7 @@ public class RemoteServerManager {
* data from a remote server.
*/
public static int getSocketTimeout() {
return JiveGlobals.getIntProperty("xmpp.server.read.timeout", 20000);
return JiveGlobals.getIntProperty("xmpp.server.read.timeout", 120000);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment