Skip to content

Add configuration option to customize response time delay #158

Open
@lgcarlinf

Description

@lgcarlinf

Currently, the ATAC CLI tool executes actions with a fixed response time that cannot be modified. This behavior might not be suitable for all use cases, especially in environments where interactions with external systems (APIs, scripts, etc.) require different timing constraints.

t would be helpful to introduce a configuration parameter (either via CLI flag or configuration file) that allows users to define the response time delay. This would give users more control over timing and improve flexibility in integrating ATAC into various environments or automation pipelines.

atac --response-time 3000  # Response time in milliseconds

or

response_time: 3000

on the config file

or

gui

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