Open
Description
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
Labels
No labels