diff options
author | luigi1111 <luigi1111w@gmail.com> | 2022-09-26 14:51:54 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2022-09-26 14:51:54 -0500 |
commit | fdb31856dd8782c1100cadf88d3b0071a4dd7e0d (patch) | |
tree | dd316915f51aaae8d711832b0bc40374dd822ba5 /tests | |
parent | Merge pull request #8545 (diff) | |
parent | Second thread pool for IO (diff) | |
download | monero-fdb31856dd8782c1100cadf88d3b0071a4dd7e0d.tar.xz |
Merge pull request #8577
6adf03c Second thread pool for IO (SChernykh)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/core_tests/chaingen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_tests/chaingen.h b/tests/core_tests/chaingen.h index 5c8c9f79f..d5c9edc55 100644 --- a/tests/core_tests/chaingen.h +++ b/tests/core_tests/chaingen.h @@ -778,7 +778,7 @@ inline bool do_replay_events_get_core(std::vector<test_event_entry>& events, cry t_test_class validator; bool ret = replay_events_through_core<t_test_class>(c, events, validator); - tools::threadpool::getInstance().recycle(); + tools::threadpool::getInstanceForCompute().recycle(); // c.deinit(); return ret; } |