mirror of https://gitee.com/bigwinds/arangodb
increase default timeout from 30 to 900 seconds
This commit is contained in:
parent
accae9b5f3
commit
ed40426f09
|
@ -84,7 +84,7 @@ class Methods {
|
|||
public:
|
||||
|
||||
/// @brief time (in seconds) that is spent waiting for a lock
|
||||
static constexpr double DefaultLockTimeout = 30.0;
|
||||
static constexpr double DefaultLockTimeout = 900.0;
|
||||
|
||||
class IndexHandle {
|
||||
friend class transaction::Methods;
|
||||
|
|
Loading…
Reference in New Issue