From b3f22da7ca60468ba24c7042a925eed2a2377cd9 Mon Sep 17 00:00:00 2001 From: rkfg Date: Sat, 29 Oct 2022 00:42:23 +0300 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dffee52..3e6a9e6 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ in `~/go/bin/linux_arm`. -s, --stat= save successful rebalance information to the specified CSV file --node-cache-filename= save and load other nodes information to this file, improves cold start performance --node-cache-lifetime= nodes with last update older than this time (in minutes) will be removed from cache after loading it (default: 1440) + --node-cache-info show red and cyan 'x' characters in routes to indicate node cache misses and hits respectively ``` Look in `config.json.sample` or `config.toml.sample` for corresponding keys,