The app uses a blocking flow when it reads files.
这个应用在读取文件时使用阻塞式流程。
In a blocking flow, the thread waits for the network response, which can reduce CPU usage but may hurt overall responsiveness under high latency.
在阻塞式流程中,线程会等待网络响应,这可能降低 CPU 占用,但在高延迟情况下会影响整体响应速度。