From 5bdb1879026722ae330df03cf36984a578f68f7c Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Tue, 8 Nov 2022 18:53:14 -0500 Subject: [PATCH] Forwarding history config changes --- config/config.go | 1 + config/default.go | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/config/config.go b/config/config.go index 3753009..f29ae9b 100644 --- a/config/config.go +++ b/config/config.go @@ -40,6 +40,7 @@ type Views struct { Channels *View `toml:"channels"` Transactions *View `toml:"transactions"` Routing *View `toml:"routing"` + FwdingHist *View `toml:"fwdinghist"` } type ColumnOptions map[string]map[string]string diff --git a/config/default.go b/config/default.go index f69c89e..9546139 100644 --- a/config/default.go +++ b/config/default.go @@ -57,6 +57,14 @@ columns = [ # AGE = { color = "color" } +[views.fwdinghist.options] +# The forwarding history options determine how many forwarding events the +# forwarding history tab is displaying. The higher the number of fetched +# forwarding events is the higher the alias lookup time, so only increase these +# values if you can tolerate the longer loading times. +START_TIME = { start_time = "-12h" } +MAX_NUM_EVENTS = { max_num_events = "333" } + [views.transactions] # It is possible to add, remove and order columns of the # table with the array columns. The available values are: