Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add batching functionality to delete_nodes to prevent timeouts #1149

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 21, 2020

  1. Add batching functionality to delete_nodes

    When `delete_nodes` is given a large amount of nodes, or is instructed
    to recursively delete a big structure, the connection between client and
    server can time out.
    
    To remedy this, allow the user to supply a `batch` parameter, which
    controls how many nodes are deleted in one request.
    
    closes FreeOpcUa#1148
    Nebukadneza committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    b87bafd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13eeb18 View commit details
    Browse the repository at this point in the history