mirror of https://gitee.com/bigwinds/arangodb
reset force32mode attribute
This commit is contained in:
parent
d3ad3f0156
commit
814b3b298d
|
@ -93,6 +93,9 @@ void ReplicationApplierConfiguration::reset() {
|
||||||
_verbose = false;
|
_verbose = false;
|
||||||
_restrictType.clear();
|
_restrictType.clear();
|
||||||
_restrictCollections.clear();
|
_restrictCollections.clear();
|
||||||
|
#ifdef ARANGODB_ENABLE_MAINTAINER_MODE
|
||||||
|
_force32mode = false;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @brief get a VelocyPack representation
|
/// @brief get a VelocyPack representation
|
||||||
|
|
Loading…
Reference in New Issue