docs(inputs.opcua_listener): Enhance explanation of subscription interval (#15598)

Co-authored-by: jbuitman <julian.buitmann@hs-osnabrueck.de>
Co-authored-by: Josh Powers <powersj@fastmail.com>
This commit is contained in:
Julian-Buitmann 2024-07-08 15:53:44 +02:00 committed by GitHub
parent 5652259f37
commit 7fedef893a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -60,7 +60,9 @@ to use them.
# Maximum time that a session shall remain open without activity.
# session_timeout = "20m"
#
## The interval at which the server should at least update its monitored items
## The interval at which the server should at least update its monitored items.
## Please note that the OPC UA server might reject the specified interval if it cannot meet the required update rate.
## Therefore, always refer to the hardware/software documentation of your server to ensure the specified interval is supported.
# subscription_interval = "100ms"
#
## Security policy, one of "None", "Basic128Rsa15", "Basic256",

View File

@ -21,7 +21,9 @@
# Maximum time that a session shall remain open without activity.
# session_timeout = "20m"
#
## The interval at which the server should at least update its monitored items
## The interval at which the server should at least update its monitored items.
## Please note that the OPC UA server might reject the specified interval if it cannot meet the required update rate.
## Therefore, always refer to the hardware/software documentation of your server to ensure the specified interval is supported.
# subscription_interval = "100ms"
#
## Security policy, one of "None", "Basic128Rsa15", "Basic256",