Skip to content

Commit

Permalink
UI quick-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Virv12 committed Sep 25, 2024
1 parent c9feede commit 958d2a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pixie-server/src/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ async fn ws(
}
}
};

tokio::time::sleep(std::time::Duration::from_millis(50)).await;
}
})
}
Expand Down

0 comments on commit 958d2a6

Please sign in to comment.