mirror of https://gitee.com/bigwinds/arangodb
fix typo
This commit is contained in:
parent
a0676dcf20
commit
67b751103d
|
@ -137,7 +137,7 @@ class EngineInfoContainerDBServer {
|
||||||
LogicalView const* view{}; // The view used to connect to this engine
|
LogicalView const* view{}; // The view used to connect to this engine
|
||||||
GatherNode* gather{}; // The gather associated with the engine
|
GatherNode* gather{}; // The gather associated with the engine
|
||||||
ScatterNode* scatter{}; // The scatter associated with the engine
|
ScatterNode* scatter{}; // The scatter associated with the engine
|
||||||
size_t numClients{}; // A number of db servers the engine is distributed accross
|
size_t numClients{}; // A number of db servers the engine is distributed across
|
||||||
};
|
};
|
||||||
|
|
||||||
EngineInfo(EngineInfo&) = delete;
|
EngineInfo(EngineInfo&) = delete;
|
||||||
|
|
Loading…
Reference in New Issue