mirror of https://gitee.com/bigwinds/arangodb
fix "silent" option for synchronous replication (#5711)
This commit is contained in:
parent
5392f3bc37
commit
b7ca2b8961
File diff suppressed because it is too large
Load Diff
|
@ -128,8 +128,6 @@ class Methods {
|
|||
using VPackBuilder = arangodb::velocypack::Builder;
|
||||
using VPackSlice = arangodb::velocypack::Slice;
|
||||
|
||||
double const TRX_FOLLOWER_TIMEOUT = 3.0;
|
||||
|
||||
/// @brief transaction::Methods
|
||||
private:
|
||||
Methods() = delete;
|
||||
|
|
Loading…
Reference in New Issue