mirror of
https://github.com/schoebel/mars
synced 2025-01-04 21:33:01 +00:00
light: always use replay_tolerance
This commit is contained in:
parent
80294e613e
commit
b606644e6d
@ -3074,9 +3074,7 @@ int _start_trans(struct mars_rotate *rot)
|
||||
/* Supply all relevant parameters
|
||||
*/
|
||||
trans_brick->replay_mode = rot->replay_mode;
|
||||
trans_brick->replay_tolerance = 0;
|
||||
if (rot->todo_primary)
|
||||
trans_brick->replay_tolerance = REPLAY_TOLERANCE;
|
||||
trans_brick->replay_tolerance = REPLAY_TOLERANCE;
|
||||
_init_trans_input(trans_input, rot->relevant_log, rot);
|
||||
|
||||
/* Connect to new transaction log
|
||||
|
Loading…
Reference in New Issue
Block a user