Skip to content

Commit

Permalink
chore: update snapshot header file name
Browse files Browse the repository at this point in the history
  • Loading branch information
zeapoz committed Aug 15, 2024
1 parent 72a79e8 commit 2e25b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processor/snapshot/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use tokio::sync::mpsc;
use super::Processor;

pub const DEFAULT_DB_PATH: &str = "snapshot_db";
pub const SNAPSHOT_HEADER_FILE_NAME: &str = "snapshot-header.json";
pub const SNAPSHOT_HEADER_FILE_NAME: &str = "snapshot_header.json";
pub const SNAPSHOT_FACTORY_DEPS_FILE_NAME_SUFFIX: &str = "factory_deps.proto.gzip";

pub struct SnapshotBuilder {
Expand Down

0 comments on commit 2e25b52

Please sign in to comment.