Skip to content

Commit ca72dfb

Browse files
Update config file (#4)
1 parent 56ecbc7 commit ca72dfb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ services:
55
build:
66
context: .
77
args:
8-
UPSTREAM_VERSION: >-
9-
2.1.0@sha256:28f5db3a37275edecb3b4d52f2d254832bf3346d9464a538c419575a40d8b744
8+
UPSTREAM_VERSION: latest
109
ports:
1110
- "3101:3101/tcp"
1211
- 9191:9191/tcp

hoprd.cfg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hopr:
2222
min_delay: 1
2323
max_delay: 300
2424
quality_bad_threshold: 0.2
25-
quality_offline_threshold: 0.5
25+
quality_offline_threshold: 0.1
2626
quality_step: 0.1
2727
quality_avg_window_size: 25
2828
ignore_timeframe: 600

0 commit comments

Comments
 (0)