diff options
Diffstat (limited to 'shaping/src')
| -rw-r--r-- | shaping/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaping/src/main.cpp b/shaping/src/main.cpp index 6d210ea..3fa2c5a 100644 --- a/shaping/src/main.cpp +++ b/shaping/src/main.cpp @@ -125,7 +125,7 @@ int main(int argc, char **argv) last_stat_update_time = curr_time; } - sleep(ctx->stat->output_interval_s); + usleep(ctx->stat->output_interval_s * 1000); } for (int i = 0; i < ctx->thread_num; i++) { |
