mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Migrate off of posix_time and most uses of C time_t.
This commit is contained in:
committed by
Vinnie Falco
parent
2e2a7509cd
commit
5d9e53a37d
@@ -30,11 +30,13 @@
|
||||
|
||||
namespace ripple {
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
// Timeout interval in milliseconds
|
||||
auto constexpr TX_ACQUIRE_TIMEOUT = 250ms;
|
||||
|
||||
enum
|
||||
{
|
||||
// Timeout interval in milliseconds
|
||||
TX_ACQUIRE_TIMEOUT = 250,
|
||||
|
||||
NORM_TIMEOUTS = 4,
|
||||
MAX_TIMEOUTS = 20,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user