We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7e0f6 commit 8469938Copy full SHA for 8469938
provides/include/trade_v1/private/private.hpp
@@ -47,9 +47,9 @@ class Private {
47
48
using clock_t = uint64_t;
49
using signed_clock_t = int64_t;
50
- using lock_ix_t = int16_t;
+ using lock_ix_t = int32_t;
51
52
- static constexpr lock_ix_t n_locks = 251;
+ static constexpr lock_ix_t n_locks = 131071;
53
static lock_t s_locks[n_locks];
54
55
static std::atomic<clock_t> s_clock;
0 commit comments