Skip to content

Commit

Permalink
Forwarding history config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hieblmi committed Nov 28, 2022
1 parent c794f2e commit 5bdb187
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5bdb187

Please sign in to comment.