Skip to content

Commit

Permalink
commment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-aranha-cw committed Jun 7, 2024
1 parent f10922f commit 1b511d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/eth/storage/rocks/rocks_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ impl RocksStorageState {
pub fn new(rocks_path_prefix: Option<String>) -> Self {
let (tx, rx) = mpsc::channel::<()>(1);

//XXX TODO while repair/restore from backup, make sure to sync online and only when its in sync with other nodes, receive requests

let path_prefix = rocks_path_prefix.unwrap_or_default();

let state = Self {
Expand Down

0 comments on commit 1b511d1

Please sign in to comment.