Skip to content

Commit

Permalink
s_orderbook >= 11s
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Jan 29, 2024
1 parent 418db7f commit b24775a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/atomicdex/services/mm2/mm2.service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ namespace atomic_dex
const auto s_info = std::chrono::duration_cast<std::chrono::seconds>(now - m_info_clock);
const auto s_activation = std::chrono::duration_cast<std::chrono::seconds>(now - m_activation_clock);

if (s_orderbook >= 5s)
if (s_orderbook >= 11s)
{
fetch_current_orderbook_thread(false); // process_orderbook (not a reset) if on trading page
batch_fetch_orders_and_swap(); // gets 'my_orders', 'my_recent_swaps' & 'active_swaps'
Expand Down

0 comments on commit b24775a

Please sign in to comment.