Skip to content

Commit

Permalink
Merge pull request influxdata#8641 from jheusser/patch-1
Browse files Browse the repository at this point in the history
Update udp port in README to be in valid range
  • Loading branch information
jsternberg authored Jul 27, 2017
2 parents c86e94a + c38d0de commit 2ac0dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/udp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ac0dc9

Please sign in to comment.