Skip to content

Commit

Permalink
fix: fix webpage getting stuck on "getting data"
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Oct 6, 2021
1 parent 3b6c55e commit 10de8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mod systemdata;
mod terminal;
mod types;

#[tokio::main]
#[tokio::main(flavor = "multi_thread", worker_threads = 4)]
async fn main() {
const DIR: include_dir::Dir = include_dir::include_dir!("public");

Expand Down

0 comments on commit 10de8f4

Please sign in to comment.