mirror of https://gitee.com/bigwinds/arangodb
dont sleep at start (#3164)
This commit is contained in:
parent
c29a2745d2
commit
409ed9dab1
|
@ -110,8 +110,6 @@ static int runServer(int argc, char** argv, ArangoGlobalContext &context) {
|
|||
context.installSegv();
|
||||
context.runStartupChecks();
|
||||
|
||||
usleep(5000000);
|
||||
|
||||
std::string name = context.binaryName();
|
||||
|
||||
auto options = std::make_shared<options::ProgramOptions>(
|
||||
|
|
Loading…
Reference in New Issue