gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: no timeout


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: no timeout
Date: Wed, 08 Mar 2017 15:32:39 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 5e1703f  no timeout
5e1703f is described below

commit 5e1703f99ef741e9ef6d75ea1a231efb54478982
Author: Florian Dold <address@hidden>
AuthorDate: Wed Mar 8 15:32:37 2017 +0100

    no timeout
---
 bin/taler-deployment-arm  | 2 +-
 bin/taler-deployment-stop | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-arm b/bin/taler-deployment-arm
index 6b101ac..f429095 100755
--- a/bin/taler-deployment-arm
+++ b/bin/taler-deployment-arm
@@ -15,4 +15,4 @@ ulimit -c $((100 * 1024))
 
 mkdir -p $logdir
 
-exec gnunet-arm -c $base/deployment/gnunet.conf -T5s "$@"
+exec gnunet-arm -c $base/deployment/gnunet.conf "$@"
diff --git a/bin/taler-deployment-stop b/bin/taler-deployment-stop
index 223bcaa..d8c1824 100755
--- a/bin/taler-deployment-stop
+++ b/bin/taler-deployment-stop
@@ -8,4 +8,4 @@ ulimit -c $((100 * 1024))
 
 cd $HOME
 
-taler-deployment-arm -e -T 5s &>/dev/null
+taler-deployment-arm -e -T 10s &>/dev/null

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]