diff options
| author | tongzongzhen <[email protected]> | 2024-05-17 17:39:44 +0800 |
|---|---|---|
| committer | tongzongzhen <[email protected]> | 2024-05-17 17:39:44 +0800 |
| commit | c4d3b6fc1147c7f6878638e7bbfa2b442f4b6d62 (patch) | |
| tree | f2a0af096cf479801b623921d5b8a9443fe1957b /src/trace_output.c | |
| parent | 9045da4907f7044ee3a44a0edfcd1a404c6bdc3d (diff) | |
shorten sleep time;Increase the kafka queue size, which is expected to not exceed 800M memory
Diffstat (limited to 'src/trace_output.c')
| -rw-r--r-- | src/trace_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace_output.c b/src/trace_output.c index fff3072..83083ab 100644 --- a/src/trace_output.c +++ b/src/trace_output.c @@ -136,7 +136,7 @@ void * dp_trace_process_thread(void * arg) if (no_pkt_recv_cnt == nr_qids) { no_pkt_recv_cnt = 0; - sleep(1); + usleep(30); } continue; } |
