Skip to content

Commit

Permalink
Do no flip parition bit to true in write behind
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Apr 5, 2024
1 parent f64f44f commit 6df11ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion limitador/src/storage/redis/redis_cached.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ impl CachedRedisStorage {
.await
.or_else(|err| {
if err.is_transient() {
p.store(true, Ordering::Release);
Ok(())
} else {
Err(err)
Expand Down

0 comments on commit 6df11ef

Please sign in to comment.