You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2013/12/18 22:44:45 UTC

git commit: [KARAF-2638] Speed up karaf startup a bit by setting the specs timeout to 0

Updated Branches:
  refs/heads/karaf-2.x ddb132e84 -> ef651d7c9


[KARAF-2638] Speed up karaf startup a bit by setting the specs timeout to 0

Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/ef651d7c
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/ef651d7c
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/ef651d7c

Branch: refs/heads/karaf-2.x
Commit: ef651d7c9b86409850dcc57f841e3f2651797133
Parents: ddb132e
Author: Guillaume Nodet <gn...@gmail.com>
Authored: Wed Dec 18 22:44:28 2013 +0100
Committer: Guillaume Nodet <gn...@gmail.com>
Committed: Wed Dec 18 22:44:28 2013 +0100

----------------------------------------------------------------------
 .../main/resources/org/apache/karaf/admin/etc/system.properties    | 2 +-
 .../apache-karaf/src/main/distribution/text/etc/system.properties  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/ef651d7c/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 459e0a1..f05c372 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
@@ -94,7 +94,7 @@ karaf.clean.cache=false
 # 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

http://git-wip-us.apache.org/repos/asf/karaf/blob/ef651d7c/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties
----------------------------------------------------------------------
diff --git a/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties b/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties
index 3023cf2..066c9ef 100644
--- a/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties
+++ b/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties
@@ -94,7 +94,7 @@ karaf.clean.cache = false
 # 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