Skip to content

Commit

Permalink
doc: example config explainig usecase
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh committed Oct 13, 2024
1 parent ba12203 commit 17280e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ default_buf_size = 1024 # 1KB
# Maximum number of data streams that can be accepted by uplink
max_stream_count = 10

# All streams will first push the latest packet before pushing historical data in
# FIFO order, defaults to false. This solves the problem of bad networks leading to
# data being pushed so slow that it is practically impossible to track the device.
live_data_first = true

# MQTT client configuration
#
# Required Parameters
Expand Down

0 comments on commit 17280e4

Please sign in to comment.