Skip to content

Commit

Permalink
fix: don't overwrite oplog after creating agent id
Browse files Browse the repository at this point in the history
Co-authored-by: alemi <me@alemi.dev>
  • Loading branch information
zaaarf and alemidev committed Oct 29, 2024
1 parent 7920497 commit e4d0130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buffer/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl BufferController {
content_checkout: req_rx,
delta_req: recv_rx,
callback: cb_rx,
oplog: OpLog::new(),
oplog,
branch: Branch::new(),
timer: Timer::new(10), // TODO configurable!
};
Expand Down

0 comments on commit e4d0130

Please sign in to comment.