Skip to content

Commit 572e5dc

Browse files
committed
set sleep
1 parent 3aa3cbe commit 572e5dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/apps/msg_gen/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ void ClientLoop(void *channel_ctx, MachnetFlow *flow) {
302302

303303
int64_t rx_window_slot = ClientRecvOneBlocking(&thread_ctx);
304304
if (rx_window_slot < 0) {
305-
std::this_thread::sleep_for(std::chrono::microseconds(500));
305+
std::this_thread::sleep_for(std::chrono::microseconds(200));
306306
rx_window_slot = ++FLAGS_msg_window;
307307
// LOG(INFO) << "Server busy ... increasing window size to "
308308
// << rx_window_slot;

0 commit comments

Comments
 (0)