1
0
Fork 0

fix "silent" option for synchronous replication (#5711)

This commit is contained in:
Jan 2018-06-28 14:50:14 +02:00 committed by GitHub
parent 5392f3bc37
commit b7ca2b8961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 422 additions and 403 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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;