[asterisk-scf-commits] asterisk-scf/integration/media_transport_udptl.git branch "retry_deux" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu May 3 15:34:00 CDT 2012


branch "retry_deux" has been updated
       via  596bb2969d0181035942a8ca175fad2ba23e4f4d (commit)
      from  92305fd3dfb912051e084622f4b762f1a0487ce0 (commit)

Summary of changes:
 config/test_component.config    |    3 ++-
 config/test_component_v6.config |    4 ++--
 config/test_udptl_ice.conf      |    1 +
 3 files changed, 5 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit 596bb2969d0181035942a8ca175fad2ba23e4f4d
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Thu May 3 15:34:09 2012 -0500

    Set Ice.ThreadPool.Client.Size in any configs used by Service Locator.

diff --git a/config/test_component.config b/config/test_component.config
index e012797..86f76df 100644
--- a/config/test_component.config
+++ b/config/test_component.config
@@ -3,6 +3,7 @@
 #
 # Icebox Configuration
 #
+Ice.ThreadPool.Client.Size=4
 
 IceBox.InheritProperties=1
 IceBox.LoadOrder=ServiceDiscovery,UDPTLStateReplicator,MediaTransportUDPTL,TestMediaTransportUDPTL
@@ -32,7 +33,7 @@ MediaTransportUDPTLAdapter.Endpoints=default -h 127.0.0.1
 MediaTransportUDPTLAdapterLocal.Endpoints=default -h 127.0.0.1
 MediaTransportUDPTLAdapterLogger.Endpoints=default -h 127.0.0.1
 MediaTransportUDPTL.ServiceAdapter.Endpoints=default -h 127.0.0.1
-MediaTransportUDPTL.BackplaneAdapter.Endpoints=default -h 127.0.0.1 
+MediaTransportUDPTL.BackplaneAdapter.Endpoints=default -h 127.0.0.1
 
 #
 # TestMediaTransportUDPTL Configuration
diff --git a/config/test_component_v6.config b/config/test_component_v6.config
index 52d0216..b4c18c2 100644
--- a/config/test_component_v6.config
+++ b/config/test_component_v6.config
@@ -3,7 +3,7 @@
 #
 # Icebox Configuration
 #
-
+Ice.ThreadPool.Client.Size=4
 IceBox.InheritProperties=1
 IceBox.LoadOrder=ServiceDiscovery,UDPTLStateReplicator,MediaTransportUDPTL,TestMediaTransportUDPTL
 
@@ -32,7 +32,7 @@ MediaTransportUDPTLAdapter.Endpoints=default -h 127.0.0.1
 MediaTransportUDPTLAdapterLocal.Endpoints=default -h 127.0.0.1
 MediaTransportUDPTLAdapterLogger.Endpoints=default -h 127.0.0.1
 MediaTransportUDPTL.ServiceAdapter.Endpoints=default -h 127.0.0.1
-MediaTransportUDPTL.BackplaneAdapter.Endpoints=default -h 127.0.0.1 
+MediaTransportUDPTL.BackplaneAdapter.Endpoints=default -h 127.0.0.1
 
 #
 # TestMediaTransportUDPTL Configuration
diff --git a/config/test_udptl_ice.conf b/config/test_udptl_ice.conf
index 95054b6..8fb5261 100644
--- a/config/test_udptl_ice.conf
+++ b/config/test_udptl_ice.conf
@@ -7,6 +7,7 @@
 UDPTLConfiguration.Name=UDPTLStateReplicator
 
 Ice.Override.Timeout=5000
+Ice.ThreadPool.Client.Size=4
 
 IceBox.InheritProperties=1
 IceBox.LoadOrder=ServiceDiscovery,UDPTLStateReplicator,MediaTransportUDPTL,TestMediaTransportUDPTL

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/media_transport_udptl.git



More information about the asterisk-scf-commits mailing list