1
0
Fork 0

Working multi edge collections

This commit is contained in:
Simon Grätzer 2016-11-21 19:53:21 +01:00
parent e4bc60a755
commit 8a3684c6bf
1 changed files with 2 additions and 0 deletions

View File

@ -142,6 +142,8 @@ void Conductor::start(VPackSlice userConfig) {
_dbServers.push_back(pair.first);
}
LOG(INFO) << vertexCount << " vertices, " << edgeCount << " edges";
std::string const baseUrl = Utils::baseUrl(_vocbaseGuard.vocbase()->name());
_globalSuperstep = 0;
_state = ExecutionState::RUNNING;