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: