summaryrefslogtreecommitdiff
path: root/src/biruda.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-12-04 18:43:32 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2014-12-04 18:43:32 +0100
commit720079063a4e97794dada308faac5834c0c2b067 (patch)
treea08ac3c9aee0df89c5870f59c308b23b9d971122 /src/biruda.conf
parent8717001af5170c3b63f9db543986b87ea7dd2049 (diff)
downloadbiruda-720079063a4e97794dada308faac5834c0c2b067.tar.gz
biruda-720079063a4e97794dada308faac5834c0c2b067.tar.bz2
adde a run time parameter to worktest
reading worker command now with parameters as in the shell
Diffstat (limited to 'src/biruda.conf')
-rw-r--r--src/biruda.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/biruda.conf b/src/biruda.conf
index 6862c7a..33bbca6 100644
--- a/src/biruda.conf
+++ b/src/biruda.conf
@@ -20,7 +20,7 @@ worker worker1
# control = "inproc://control"
control = "tcp://localhost:5555"
execution = direct
- command = "./workertest"
+ command = "./workertest 60"
# command = "workertest.exe"
}