mirror of https://gitee.com/bigwinds/arangodb
Working multi edge collections
This commit is contained in:
parent
e4bc60a755
commit
8a3684c6bf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue