-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add exec delete timeout #303
base: main
Are you sure you want to change the base?
Conversation
@mingfukuang you'll need to rebase off |
9575699
to
991f8ed
Compare
#[tokio::main] | ||
async fn main() { | ||
fn main() { | ||
let num_threads = std::env::var("RUSTMAXPROCS") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like rebase didn't go well. This change shouldn't be in this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'v already updated.
It's done , pls have a look. thanks. |
the GitHub UI is still showing that there are merge conflicts, and it looks like your diff contains a lot of prior changes that are already on |
Signed-off-by: kuangmingfu <[email protected]>
but this conflicts could be still exists in commit 6a5c9c2:
I'm not sure how to handle it properly. |
add exec delete timeout