Skip to content

Commit afd31fb

Browse files
committed
Fix keep_alive_interval in config template.
1 parent 0bd5642 commit afd31fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/configfile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pub fn run(config: &Configuration) {
8585
#
8686
# This defines the maximum time that that should pass without communication
8787
# between the client and server.
88-
keep_alive_interval="{{ integration.mqtt.keep_alive_interval }}"
88+
keep_alive_interval="{{ mqtt.keep_alive_interval }}"
8989
9090
# CA certificate file (optional)
9191
#

0 commit comments

Comments
 (0)