remove double removal logic
This commit is contained in:
parent
49114d4c61
commit
630187ecb2
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ impl Cache {
|
||||||
};
|
};
|
||||||
|
|
||||||
// put into in-memory
|
// put into in-memory
|
||||||
self.memory_cur_size += cached_image.len();
|
|
||||||
self.put(key.clone(), cached_image).await;
|
self.put(key.clone(), cached_image).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue