updated config example with community filter cutoff
This commit is contained in:
parent
6fe7856808
commit
c272856047
@ -11,6 +11,13 @@ listen_http = 127.0.0.1:7340
|
||||
# enable the prefix-lookup endpoint / the global search feature
|
||||
enable_prefix_lookup = true
|
||||
|
||||
# Prefix lookup community filter cutoff defines an upper limit
|
||||
# of returned routes for which the community filters list is
|
||||
# available. If the number of routes exceeds this limit, the
|
||||
# communities filters become available if there is a specific
|
||||
# route server selected. Default: 100000.
|
||||
prefix_lookup_community_filter_cutoff = 100000
|
||||
|
||||
# Try to refresh the neighbor status on every request to /neighbors
|
||||
enable_neighbors_status_refresh = false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user