We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ecbc7 commit ca72dfbCopy full SHA for ca72dfb
docker-compose.yml
@@ -5,8 +5,7 @@ services:
5
build:
6
context: .
7
args:
8
- UPSTREAM_VERSION: >-
9
- 2.1.0@sha256:28f5db3a37275edecb3b4d52f2d254832bf3346d9464a538c419575a40d8b744
+ UPSTREAM_VERSION: latest
10
ports:
11
- "3101:3101/tcp"
12
- 9191:9191/tcp
hoprd.cfg.yaml
@@ -22,7 +22,7 @@ hopr:
22
min_delay: 1
23
max_delay: 300
24
quality_bad_threshold: 0.2
25
- quality_offline_threshold: 0.5
+ quality_offline_threshold: 0.1
26
quality_step: 0.1
27
quality_avg_window_size: 25
28
ignore_timeframe: 600
0 commit comments