mirror of https://gitee.com/bigwinds/arangodb
removed sleep
This commit is contained in:
parent
47bd3f060b
commit
47fece8a22
|
@ -244,7 +244,6 @@ static void StartExternalProcess (TRI_external_t* external, bool usePipes) {
|
|||
|
||||
// child process
|
||||
if (processPid == 0) {
|
||||
usleep(5000 * 1000); // TODO: just for testing, remove me
|
||||
// set stdin and stdout of child process
|
||||
if (usePipes) {
|
||||
dup2(pipe_server_to_child[0], 0);
|
||||
|
|
Loading…
Reference in New Issue