Skip to content

Commit

Permalink
Disable confirmation coupling (temporary).
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Nov 19, 2024
1 parent 9048b7e commit 6385398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chasers/chaser_check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ size_t chaser_check::set_unassociated() NOEXCEPT

// Defer new work issuance until gaps filled and confirmation caught up.
if (position() < requested_ ||
requested_ >= maximum_height_ ||
confirmed_ < requested_)
requested_ >= maximum_height_
/*||confirmed_ < requested_*/)
return {};

// Inventory size gets set only once.
Expand Down

0 comments on commit 6385398

Please sign in to comment.