]> granicus.if.org Git - ejabberd/commitdiff
open up to 3 s2s outgoing connection per domain pair
authorMickaël Rémond <mickael.remond@process-one.net>
Fri, 14 Sep 2007 14:18:17 +0000 (14:18 +0000)
committerMickaël Rémond <mickael.remond@process-one.net>
Fri, 14 Sep 2007 14:18:17 +0000 (14:18 +0000)
SVN Revision: 935

src/ejabberd_s2s_out.erl

index 087a8d17dc1527a4253e0a74d5fc4aa879dae800..7dce6b159b7b9547a5baaed441f7ea0c331939a3 100644 (file)
@@ -911,6 +911,7 @@ test_get_addr_port(Server) ->
                end
          end, [], lists:seq(1, 100000)).
 
+
 %% Human readable S2S logging: Log only new outgoing connections as INFO
 %% Do not log dialback
 log_s2s_out(false, _, _) -> ok;