PYTAK Currently adds a random sleep after transmitting a CoT to work-around an anti-DoS feature in FTS. Because this is the default behavior all CoT destinations suffer from laggy or bursty output from clients that use PYTAK. The solution is to change the FTS anti-DoS behavior to be optional at run-time, as opposed to being the default.
PYTAK Currently adds a random sleep after transmitting a CoT to work-around an anti-DoS feature in FTS. Because this is the default behavior all CoT destinations suffer from laggy or bursty output from clients that use PYTAK. The solution is to change the FTS anti-DoS behavior to be optional at run-time, as opposed to being the default.
See: https://github.com/ampledata/pytak/blob/main/pytak/classes.py#L86