Skip to content

Commit

Permalink
added slot persister env for chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
StanChe committed Jan 28, 2025
1 parent 7444ee9 commit a981a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nft_ingester/src/bin/slot_persister/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct Args {
metrics_port: u16,

/// Number of slots to process in each batch
#[arg(short, long, default_value_t = 200)]
#[arg(short, long, default_value_t = 200, env = "SLOT_PERSISTER_CHUNK_SIZE")]
chunk_size: usize,

/// Maximum number of concurrent requests
Expand Down

0 comments on commit a981a7c

Please sign in to comment.