Skip to content

Commit

Permalink
yml comments fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-landiak committed Jan 7, 2025
1 parent 5ee1200 commit 3c6398a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/src/main/resources/thingsboard-mqtt-broker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -604,9 +604,9 @@ sql:
lettuce:
# Enable/disable auto-flush. If disabled, commands are buffered and flushed based on cmd count or time interval
auto-flush: "${REDIS_LETTUCE_CMDS_AUTO_FLUSH_ENABLED:true}"
# Number of buffered commands before flush is triggered. Used when auto-flush is disabled.
# Number of buffered commands before flush is triggered. Used when auto-flush is disabled
buffered-cmd-count: "${REDIS_LETTUCE_BUFFERED_CMDS_COUNT:5}"
# Maximum time in milliseconds to buffer commands before flushing, regardless of cmd count.
# Maximum time in milliseconds to buffer commands before flushing, regardless of cmd count
flush-interval-ms: "${REDIS_LETTUCE_FLUSH_INTERVAL_MS:5}"
config:
# The shutdown quiet period for lettuce client set in seconds
Expand Down

0 comments on commit 3c6398a

Please sign in to comment.