Skip to content

Commit

Permalink
s_info >= 149s
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Jan 29, 2024
1 parent fa8cb2e commit 2a8aeb8
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 @@ -332,7 +332,7 @@ namespace atomic_dex
}
}

if (s_info >= 29s)
if (s_info >= 149s)
{
fetch_infos_thread(); // leads to batch_balance_and_tx
m_info_clock = std::chrono::high_resolution_clock::now();
Expand Down

0 comments on commit 2a8aeb8

Please sign in to comment.