mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-17 15:54:23 +00:00
The timeout option stops the connection if it has now finished after the specified time, even if data transfer is underway. Switch to using a low speed timeout instead, which stops the connection only if no data is being transferred. A typical case where this was hit was a slow-responding LLM generating a large amount of text. The high timeout value is still needed to account for long prefill times.