Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Nov 18, 2023
1 parent 74da438 commit 6c40d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ where

self.drop_thread = Some(
std::thread::Builder::new()
.name("solScheduler".to_owned())
.name("solScDrop".to_owned())
.spawn(drop_main_loop())
.unwrap(),
);
Expand Down

0 comments on commit 6c40d8a

Please sign in to comment.