Skip to content

Commit b3097fe

Browse files
committed
impl
1 parent a82a11f commit b3097fe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ itertools = { version = "0.14.0" }
6161
hex = "0.4.3"
6262
derive_more = { version = "2.0.0", features = ["display"] }
6363
derive_builder = "0.20.2"
64-
# bon = { version = "3.8.1", features = ["experimental-overwritable"]}
6564

6665
# Async
6766
tokio = { version = "1.0", features = ["rt-multi-thread", "signal", "macros"] }

src/test/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ impl TestEnvironment {
442442
)
443443
// set stale content serving so Cache::ForeverInCdn and Cache::ForeverInCdnAndStaleInBrowser
444444
// are actually different.
445-
.cache_control_stale_while_revalidate(Some(86400u32))
445+
.cache_control_stale_while_revalidate(Some(86400))
446446
.include_default_targets(true)
447447
}
448448

0 commit comments

Comments
 (0)