updated documentation

This commit is contained in:
Annika Hannig 2023-05-26 12:22:56 +02:00
parent 775b423152
commit d0bed6e6ce
No known key found for this signature in database
GPG Key ID: 62E226E47DDCE58D

View File

@ -36,9 +36,9 @@ neighbors_store_refresh_interval = 5
# Add a delay to the stream parser in order to reduce
# CPU load while ingesting routes. Route refreshs will take
# a bit longer. The value is in nanoseconds.
# A value of 30000 will keep the cpu load at roughly 60% and
# A value of 10000 will keep the cpu load at roughly 70% and
# parsing a master4 table will take about 2.5 instead of 1.25 minutes.
stream_parser_throttle = 30000
stream_parser_throttle = 10000
# [postgres]
# url = "postgres://postgres:postgres@localhost:5432/alice"