Skip to content

Commit

Permalink
chore: removing commented line
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Baldoni <[email protected]>
  • Loading branch information
gabrik committed Sep 27, 2024
1 parent c5f708b commit 18c7103
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/zenoh-plugin-rest/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,6 @@ impl Plugin for RestPlugin {
WORKER_THREAD_NUM.store(conf.work_thread_num, Ordering::SeqCst);
MAX_BLOCK_THREAD_NUM.store(conf.max_block_thread_num, Ordering::SeqCst);

// spawn_runtime(run(runtime.clone(), conf.clone()));

let task = run(runtime.clone(), conf.clone());
let task =
blockon_runtime(async { timeout(Duration::from_millis(1), spawn_runtime(task)).await });
Expand Down

0 comments on commit 18c7103

Please sign in to comment.