Skip to content
Snippets Groups Projects
Commit 3357ba35 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

added sleep so that thanos isn't taking up 100% cpu if it's waiting for...

added sleep so that thanos isn't taking up 100% cpu if it's waiting for /home/jdh8d/umbrellas/cfar/install/cfar_umbrella/peasoup_examples/tools/ps_zipr.sh


Former-commit-id: 4e3312541ee39f472a0df856d9665f62f58ab9d7
parent 003444db
No related branches found
No related tags found
No related merge requests found
......@@ -270,6 +270,8 @@ int main(int argc, char *argv[])
return -1;
}
}
else
sleep(1);
}
close(in_pipe_fd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment