Activate scheduler

This commit is contained in:
Quentin Dufour 2019-09-23 15:37:24 +00:00
parent 8b04b391b0
commit bda1b07b01
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ donar \
-c \
-o $6/shared/onion_services.pub \
-l $4 \
-p jitter=$5 \
-p jitter=$5,scheduler=1 \
-b \
-r 9000 \
> $6/log/client-donar-stdout.log 2> $6/log/client-donar-stderr.log &

View file

@ -6,7 +6,7 @@ donar \
-a thunder \
-s \
-l $1 \
-p jitter=$2 \
-p jitter=$2,scheduler=1 \
-b \
-e 9000 \
> ../log/server-donar-stdout.log 2> ../log/server-donar-stderr.log &