mirror of https://gitee.com/bigwinds/arangodb
remove usleeps
This commit is contained in:
parent
0c1ef188ea
commit
a0cca4d295
|
@ -155,13 +155,6 @@ bool ApplicationServer::isRequired(std::string const& name) const {
|
|||
void ApplicationServer::run(int argc, char* argv[]) {
|
||||
LOG_TOPIC(TRACE, Logger::STARTUP) << "ApplicationServer::run";
|
||||
|
||||
usleep(1000000);
|
||||
usleep(1000000);
|
||||
usleep(1000000);
|
||||
usleep(1000000);
|
||||
usleep(1000000);
|
||||
usleep(1000000);
|
||||
|
||||
// collect options from all features
|
||||
// in this phase, all features are order-independent
|
||||
_state = ServerState::IN_COLLECT_OPTIONS;
|
||||
|
|
Loading…
Reference in New Issue