Skip to content
Snippets Groups Projects
Commit cd9eda65 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

tools/dhtcnode: increase shutdown pooling period

parent ed972fd3
Branches
Tags
No related merge requests found
......@@ -245,7 +245,7 @@ int main(int argc, char **argv)
atomic_init(&ctx.stop, false);
dht_runner_shutdown(runner, dht_shutdown_callback, &ctx);
while (!atomic_load(&ctx.stop)) {
usleep(250);
usleep(10000);
}
dht_runner_delete(runner);
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment