diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-06-08 17:06:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-08 17:06:32 +0200 |
commit | 9987e5b4822cb55d597eb4bbe3c199df99d453b9 (patch) | |
tree | 84480fb660631e99908ae6157a052ea632ac3997 /tests/cfgs/caches_cfg/config.txt | |
parent | 3e673e91a943f88d02215cef1020983587907739 (diff) |
ndpiReader: allow to configure LRU caches TTL and size (#2004)
Diffstat (limited to 'tests/cfgs/caches_cfg/config.txt')
-rw-r--r-- | tests/cfgs/caches_cfg/config.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cfgs/caches_cfg/config.txt b/tests/cfgs/caches_cfg/config.txt new file mode 100644 index 000000000..a700bb270 --- /dev/null +++ b/tests/cfgs/caches_cfg/config.txt @@ -0,0 +1 @@ +--lru-cache-size=ookla:0 --lru-cache-ttl=msteams:1 |