We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa3cbe commit 572e5dcCopy full SHA for 572e5dc
1 file changed
src/apps/msg_gen/main.cc
@@ -302,7 +302,7 @@ void ClientLoop(void *channel_ctx, MachnetFlow *flow) {
302
303
int64_t rx_window_slot = ClientRecvOneBlocking(&thread_ctx);
304
if (rx_window_slot < 0) {
305
- std::this_thread::sleep_for(std::chrono::microseconds(500));
+ std::this_thread::sleep_for(std::chrono::microseconds(200));
306
rx_window_slot = ++FLAGS_msg_window;
307
// LOG(INFO) << "Server busy ... increasing window size to "
308
// << rx_window_slot;
0 commit comments