Skip to content

Commit

Permalink
Remove unused cache field
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanElawady committed Apr 24, 2024
1 parent 610d871 commit 2ffa3ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bins/rmb-relay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ struct Args {
/// failures that occurred outside this specified period will be disregarded.
#[clap(short = 'p', long, default_value_t = 3600)]
ranker_period: u64,

/// how long to cache twin information in redis in minutes
#[clap(long, default_value_t = 10*60)]
cache: u64,
}

fn set_limits() -> Result<()> {
Expand Down

0 comments on commit 2ffa3ad

Please sign in to comment.