updated config example with community filter cutoff

This commit is contained in:
Annika Hannig 2024-01-15 11:16:34 +01:00
parent 6fe7856808
commit c272856047

View File

@ -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