Update udp port to be in valid range

`80891` is not a valid port, changed to `8189`.
pull/8641/head
Jonathan Heusser 2017-07-27 13:26:37 +01:00 committed by GitHub
parent c86e94af37
commit c38d0de99d
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ Multiple UDP listeners
[[udp]]
# High-traffic UDP
enabled = true
bind-address = ":80891" # the bind address
bind-address = ":8189" # the bind address
database = "mymetrics" # Name of the database that will be written to
batch-size = 5000 # will flush if this many points get buffered
batch-timeout = "1s" # will flush at least this often even if the batch-size is not reached