1
0
Fork 0

remove usleeps

This commit is contained in:
jsteemann 2017-04-03 15:15:51 +02:00
parent 0c1ef188ea
commit a0cca4d295
1 changed files with 0 additions and 7 deletions

View File

@ -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;