Skip to content

Commit

Permalink
fix: Connection Scheduler metatype improvement. (#5342)
Browse files Browse the repository at this point in the history
Made clear the fact that the timeout resets at every message published

Signed-off-by: MMaiero <[email protected]>
  • Loading branch information
MMaiero authored Sep 23, 2024
1 parent 651dd03 commit f91c17e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2023 Eurotech and/or its affiliates and others
Copyright (c) 2011, 2024 Eurotech and/or its affiliates and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand Down Expand Up @@ -203,7 +203,7 @@
required="true"
default="60"
min="1"
description="Specifies an inactivity timeout in seconds. If the timeout expires, the cloud connection will be automatically closed. This parameter is only used if Enable Connection Schedule is set to true." />
description="Specifies an inactivity timeout in seconds. If the timeout expires, the cloud connection will be automatically closed. This timeout is delayed for the specified amount of seconds every time a new message is published. This parameter is only used if Enable Connection Schedule is set to true." />

<AD id="maximum.payload.size"
name="Maximum Payload Size"
Expand Down

0 comments on commit f91c17e

Please sign in to comment.