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