Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed May 21, 2024
1 parent 3426478 commit 182c7df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions limitador/src/storage/redis/counters_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,7 @@ impl Batcher {
info!("Priority flush!");
true
},
_ = tokio::time::sleep(self.interval) => {
// info!("Time limit hit!");
true
},
_ = tokio::time::sleep(self.interval) => true,
}
}
}
Expand Down

0 comments on commit 182c7df

Please sign in to comment.