You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by philippberger <gi...@git.apache.org> on 2018/11/09 15:49:21 UTC

[GitHub] aries pull request #91: New properties for tuning blueprint deployment

GitHub user philippberger opened a pull request:

    https://github.com/apache/aries/pull/91

    New properties for tuning blueprint deployment

    VM property "org.apache.aries.blueprint.default.timeout" can be used to
    define the default time out. The default value is changed from 5min to
    15min.
    
    VM property "org.apache.aries.blueprint.extender.threads" can be used to
    define the count of threads used for deployment. The default value is
    changed from 3 to 10 threads.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/philippberger/aries trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/aries/pull/91.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #91
    
----
commit 343ede0a4550d61c926ccbc2a7240e0a662451b5
Author: Philipp Berger <p....@...>
Date:   2018-11-09T15:47:23Z

    VM property "org.apache.aries.blueprint.default.timeout" can be used to
    define the default time out. The default value is changed from 5min to
    15min.
    
    VM property "org.apache.aries.blueprint.extender.threads" can be used to
    define the count of threads used for deployment. The default value is
    changed from 3 to 10 threads.

----


---