Repository: karaf Updated Branches: refs/heads/karaf-2.3.x ab4b33e4e -> e003c0ac0
[KARAF-2638] Apply same fix for child instances Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/e003c0ac Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/e003c0ac Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/e003c0ac Branch: refs/heads/karaf-2.3.x Commit: e003c0ac0fe59bdf8406f7adb66b189a8ac4dd90 Parents: ab4b33e Author: Guillaume Nodet <[email protected]> Authored: Mon Jun 2 11:18:39 2014 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Mon Jun 2 11:18:39 2014 +0200 ---------------------------------------------------------------------- .../main/resources/org/apache/karaf/admin/etc/system.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/e003c0ac/admin/core/src/main/resources/org/apache/karaf/admin/etc/system.properties ---------------------------------------------------------------------- diff --git a/admin/core/src/main/resources/org/apache/karaf/admin/etc/system.properties b/admin/core/src/main/resources/org/apache/karaf/admin/etc/system.properties index 336d554..6c53a19 100644 --- a/admin/core/src/main/resources/org/apache/karaf/admin/etc/system.properties +++ b/admin/core/src/main/resources/org/apache/karaf/admin/etc/system.properties @@ -84,7 +84,7 @@ jline.nobell=true # ServiceMix specs options # org.apache.servicemix.specs.debug=false -org.apache.servicemix.specs.timeout=100 +org.apache.servicemix.specs.timeout=0 # # Settings for the OSGi 4.3 Weaving
