Skip to content

Commit

Permalink
update restore config
Browse files Browse the repository at this point in the history
  • Loading branch information
areshand committed Nov 1, 2024
1 parent 5a7a416 commit bbfd090
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ impl InternalIndexerDBService {
open_internal_indexer_db(db_path_buf.as_path(), &rocksdb_config)
.expect("Failed to open internal indexer db"),
);

let internal_indexer_db_config = InternalIndexerDBConfig::new(false, false, true, 10_000);
let internal_indexer_db_config = InternalIndexerDBConfig::new(true, true, true, 10_000);
Some(InternalIndexerDB::new(arc_db, internal_indexer_db_config))
}

Expand Down

0 comments on commit bbfd090

Please sign in to comment.