Skip to content

Optimize cmd handling to increase sync performance #2

@nhh

Description

@nhh

At the moment we are spawning several processes with cmd. response, err := exec.Command(). That can be optimized with a cmd package that opens up one or multiple cmds that can be invoked with string commands.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions