🎈 perf(timer, packet_io_yield): update parameter

This commit is contained in:
yangwei
2024-08-01 13:57:37 +08:00
committed by luwenpeng
parent 49539eb253
commit 0deeb7f3e7
3 changed files with 3 additions and 3 deletions

View File

@@ -289,7 +289,7 @@ static void *work_thread(void *arg)
if (nr_recv == 0)
{
packet_io_yield(packet_io, thr_idx, 10);
packet_io_yield(packet_io, thr_idx, 900);
}
}