Skip to content

Commit

Permalink
set interval to 50 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHeine authored and oroulet committed Aug 31, 2024
1 parent af1b102 commit 1343fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncua/common/subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ async def subscribe_data_change(
attr: ua.AttributeIds = ua.AttributeIds.Value,
queuesize: int = 0,
monitoring=ua.MonitoringMode.Reporting,
sampling_interval: ua.Duration = 0.0
sampling_interval: ua.Duration = 50.0
) -> Union[int, List[Union[int, ua.StatusCode]]]:
"""
Subscribe to data change events of one or multiple nodes.
Expand Down

0 comments on commit 1343fa7

Please sign in to comment.