diff options
author | Ivan Nardi <nardi.ivan@gmail.com> | 2025-06-03 12:52:29 +0200 |
---|---|---|
committer | Ivan Nardi <nardi.ivan@gmail.com> | 2025-06-03 12:53:23 +0200 |
commit | 084f46e6156ae75ef45c882ce37b28e12e506d2c (patch) | |
tree | dce282fd62bf0d0303675fd7afcbc95993ba6fd6 | |
parent | 493d8afd8a22d61e4a75561f9317e741adc4120b (diff) |
Fix test configuration
As reported in the comment at the beginning of the file, here we should
only set default values
-rw-r--r-- | example/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/config.txt b/example/config.txt index bf48e22b8..6de41d8da 100644 --- a/example/config.txt +++ b/example/config.txt @@ -8,6 +8,6 @@ packets_limit_per_flow,32 ookla,dpi.aggressiveness,0x1 tls,metadata.sha1_fingerprint,1 -lru.bittorrent.ttl,0 +lru.bittorrent.ttl,300 |