0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

Compare commits

..

1 Commits

Author SHA1 Message Date
alamin655
ae59daa5c7
Merge 169371bf29 into 779908cb11 2024-01-27 17:01:01 +00:00
3 changed files with 1 additions and 3 deletions

View File

@ -32,7 +32,7 @@
<a href=""
><img
alt="Maintenance"
src="https://img.shields.io/maintenance/yes/2024?style=flat-square"
src="https://img.shields.io/maintenance/yes/2023?style=flat-square"
/>
</a>
<a href="https://www.codefactor.io/repository/github/neon-mmd/websurfx">

1
src/cache/cacher.rs vendored
View File

@ -4,7 +4,6 @@
use error_stack::Report;
#[cfg(feature = "memory-cache")]
use mini_moka::sync::Cache as MokaCache;
#[cfg(feature = "memory-cache")]
use mini_moka::sync::ConcurrentCacheExt;
#[cfg(feature = "memory-cache")]

View File

@ -98,7 +98,6 @@ impl Config {
#[cfg(any(feature = "redis-cache", feature = "memory-cache"))]
let parsed_cet = globals.get::<_, u16>("cache_expiry_time")?;
#[cfg(any(feature = "redis-cache", feature = "memory-cache"))]
let cache_expiry_time = match parsed_cet {
0..=59 => {
log::error!(