1
0
Fork 0

increase default timeout from 30 to 900 seconds

This commit is contained in:
jsteemann 2017-03-23 12:18:24 +01:00
parent accae9b5f3
commit ed40426f09
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class Methods {
public: public:
/// @brief time (in seconds) that is spent waiting for a lock /// @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 { class IndexHandle {
friend class transaction::Methods; friend class transaction::Methods;