Skip to content

Commit

Permalink
feat: raise load_from_private_log priority from LOW to COMMON
Browse files Browse the repository at this point in the history
  • Loading branch information
ninsmiracle committed Jan 20, 2025
1 parent c950ffe commit 93f2f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replica/duplication/replica_duplicator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ void replica_duplicator::start_dup_log()
_load = std::make_unique<load_mutation>(this, _replica, _load_private.get());

from(*_load).link(*_ship).link(*_load);
fork(*_load_private, LPC_REPLICATION_LONG_LOW, 0).link(*_ship);
fork(*_load_private, LPC_REPLICATION_LONG_COMMON, 0).link(*_ship);

run_pipeline();
}
Expand Down

0 comments on commit 93f2f18

Please sign in to comment.