Skip to content

Commit

Permalink
Remove unused cache field (#197)
Browse files Browse the repository at this point in the history
* Remove unused cache field

* Update CI image
  • Loading branch information
AbdelrahmanElawady authored Apr 25, 2024
1 parent 610d871 commit 90b7078
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
build:
name: Test-Clippy-Build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Prepare
run: |
Expand Down
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 90b7078

Please sign in to comment.