diff options
| author | nechda <[email protected]> | 2025-06-19 21:29:41 +0300 |
|---|---|---|
| committer | nechda <[email protected]> | 2025-06-19 22:28:33 +0300 |
| commit | bcacbf3392fc63c23fdb5dba423540f1121f1842 (patch) | |
| tree | b68b56bff105745508972de206c47590ff81133a /library/cpp/threading/queue/unordered_ut.cpp | |
| parent | 053aa59011c32b3ca6c6e7ec19640e99b965c996 (diff) | |
Upver wine 10.8
commit_hash:db0a0308d356c8dca2520f3881de2615edcc4455
Diffstat (limited to 'library/cpp/threading/queue/unordered_ut.cpp')
| -rw-r--r-- | library/cpp/threading/queue/unordered_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/threading/queue/unordered_ut.cpp b/library/cpp/threading/queue/unordered_ut.cpp index a43b7f520e5..26e5dd54c1e 100644 --- a/library/cpp/threading/queue/unordered_ut.cpp +++ b/library/cpp/threading/queue/unordered_ut.cpp @@ -17,7 +17,7 @@ private: public: void Push1M_Pop1M_Unordered() { - constexpr int REPEAT = 1000000; + constexpr int REPEAT = 1000; TQueueType queue; TLink msg[REPEAT]; |
